We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77632b2 commit 12e9ef3Copy full SHA for 12e9ef3
src/lib_json/json_value.cpp
@@ -1356,7 +1356,7 @@ bool Value::isIntegral() const {
1356
1357
bool Value::isDouble() const { return type_ == realValue || isIntegral(); }
1358
1359
-bool Value::isNumeric() const { return isIntegral() || isDouble(); }
+bool Value::isNumeric() const { return isDouble(); }
1360
1361
bool Value::isString() const { return type_ == stringValue; }
1362
0 commit comments