Skip to content

Commit 0b4771e

Browse files
committed
Merge branch 'domire8-fix/yaml-cpp-adapter'
2 parents 9de00d7 + afc92d5 commit 0b4771e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/valijson/adapters/yaml_cpp_adapter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ class YamlCppValue
433433

434434
bool isString() const
435435
{
436-
return true;
436+
return m_value.IsScalar();
437437
}
438438

439439
private:

0 commit comments

Comments
 (0)