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

fix(rad): parse JSON integers larger than u64::MAX #2314

Closed
wants to merge 1 commit into from

Conversation

tmpolaczyk
Copy link
Contributor

@tmpolaczyk tmpolaczyk commented Nov 22, 2022

Fix #2310, but this will probably need TAPI to not break anything. Also the output is a bit unexpected, instead of parsing the number "122637770461000000000" as an integer or as a float, it parses it as the integer "122637770461000007680" (which differs in the last digits).

@tmpolaczyk
Copy link
Contributor Author

Opened issue #2315 to track the weird rounding behavior.

@tmpolaczyk
Copy link
Contributor Author

Closing because this will need more thought.

@tmpolaczyk tmpolaczyk closed this Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Operator parseJSONMap fails on JSON objects containing long integer values
1 participant