-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Large numbers conversion to BigInt error #79
Comments
Looks like the issue is triggered by compression library. |
Possibly. There might be related tiny problems with strings, especially with escaped characters like: |
I'm having the same problem with the json as a one-liner and post processed from jsonformatter.org/json-pretty-print
|
@sbres It seems to be working now. Following is a screenshot with number as you mentioned. |
This JSON seems valid according to https://jsonlint.com/ and https://www.json.org/json-en.html:
JSON Visio tries to convert it to BigInt and it fails:
I'd argue that keeping the number displayed with the exponent (
e50
) would be just fine since that's an allowed JSON number format.The text was updated successfully, but these errors were encountered: