Open m1h43l opened 3 years ago
The JSON spec does specify that positive numbers should not have a leading plus sign. Only minus is specified as a sign.
Note: jx_error didn't return an error.
jx_error
Unit test NOXDBUT1 test case TEST_INVALID_POSITIVE_FLOAT. Test file: unittests/data/parser/test25-invalid-positive-float.json
Though one could argue that this is just a minor thing and might be seen as a feature and not as a bug ;-) .
The JSON spec does specify that positive numbers should not have a leading plus sign. Only minus is specified as a sign.
Note:
jx_error
didn't return an error.Unit test NOXDBUT1 test case TEST_INVALID_POSITIVE_FLOAT. Test file: unittests/data/parser/test25-invalid-positive-float.json
Though one could argue that this is just a minor thing and might be seen as a feature and not as a bug ;-) .