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
JsonLocation
(note: follow up to remaining case from #1173)
Looks like JsonLocation reported for input like:
{"isThisValidJson": FALSE}
is off so that reported position of error is at the end of FALSE token, instead of the beginning (first character of unrecognized token).
FALSE
The text was updated successfully, but these errors were encountered:
Cleave of failing #1180 tests from passing #1173 tests
717cd6b
No branches or pull requests
(note: follow up to remaining case from #1173)
Looks like
JsonLocation
reported for input like:is off so that reported position of error is at the end of
FALSE
token, instead of the beginning (first character of unrecognized token).The text was updated successfully, but these errors were encountered: