We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing an invalid unicode sequence results in an incomplete value. Not just the invalid character is missing but also the rest of the value.
{ "string" : "text \u00GG text" } results in { "string" : "text " }
{ "string" : "text \u00GG text" }
{ "string" : "text " }
Note: jx_error didn't return an error.
jx_error
Unit test NOXDBUT1 test case TEST_INVALID_UNICODE_SEQUENCE. Test file: unittests/data/parser/test20-invalid-unicode-sequence.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Parsing an invalid unicode sequence results in an incomplete value. Not just the invalid character is missing but also the rest of the value.
{ "string" : "text \u00GG text" }
results in{ "string" : "text " }
Note:
jx_error
didn't return an error.Unit test NOXDBUT1 test case TEST_INVALID_UNICODE_SEQUENCE. Test file: unittests/data/parser/test20-invalid-unicode-sequence.json
The text was updated successfully, but these errors were encountered: