You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A symbol not specified by the JSON spec results in an invalid JSON object and output.
{ "string" : unknown } results in { "string" : unknown } which is exactly the same even as unknown is not a valid JSON symbol. This should fail but jx_error showed no error.
Unit test NOXDBUT1 test case TEST_INVALID_VALUE_UNKNOWN. Test file: unittests/data/parser/test23-invalid-value-unknown.json
The text was updated successfully, but these errors were encountered:
A symbol not specified by the JSON spec results in an invalid JSON object and output.
{ "string" : unknown }
results in{ "string" : unknown }
which is exactly the same even asunknown
is not a valid JSON symbol. This should fail butjx_error
showed no error.Unit test NOXDBUT1 test case TEST_INVALID_VALUE_UNKNOWN. Test file: unittests/data/parser/test23-invalid-value-unknown.json
The text was updated successfully, but these errors were encountered: