-
Notifications
You must be signed in to change notification settings - Fork 98
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
Is scientific notation number supported? #390
Comments
Huweicai
changed the title
Is scientific notation supported?
Is scientific notation number supported?
Nov 2, 2023
Sorry for the late reply. This is indeed a problem with the way the json emitter detects a number, thanks for reporting. |
biojppm
added a commit
to biojppm/c4core
that referenced
this issue
Mar 28, 2024
biojppm
added a commit
that referenced
this issue
Mar 28, 2024
biojppm
added a commit
that referenced
this issue
Mar 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that the number in scientific notation will be recognized as string now:
Output:
{"quntity": "9.5e7","quntity2": 95000000}
The text was updated successfully, but these errors were encountered: