Skip to content
New issue

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

Re-enable rapidjson::kParseNanAndInfFlag for backwards-compatibility #248

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

nsmith-
Copy link
Collaborator

@nsmith- nsmith- commented Jul 2, 2024

This is so the evaluator can continue to read json produced pre-v2.6 The schema validator will continue to test for float infinity and warn to migrate to string infinity.
The alternative would be to migrate all json to string infinity, but that would not be readable by older evaluators, which is more of a usability issue than the lack of standards-compliance in old json files, for now.

Closes #247

So the evaluator can continue to read json produced pre-v2.6
The schema validator will continue to test for float infinity and warn
to migrate to string infinity.
@nsmith- nsmith- added this pull request to the merge queue Jul 2, 2024
Merged via the queue into master with commit d183907 Jul 2, 2024
12 checks passed
@nsmith- nsmith- deleted the revertparseinf branch August 21, 2024 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

JSON parse error: Invalid value. at offset <number>
1 participant