We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0d70a commit d4361cbCopy full SHA for d4361cb
src/lib_json/json_value.cpp
@@ -832,7 +832,6 @@ bool Value::isConvertibleTo(ValueType other) const {
832
(type() == realValue && InRange(value_.real_, 0, maxUInt)) ||
833
type() == booleanValue || type() == nullValue;
834
case realValue:
835
- return isNumeric() || type() == booleanValue || type() == nullValue;
836
case booleanValue:
837
return isNumeric() || type() == booleanValue || type() == nullValue;
838
case stringValue:
0 commit comments