-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Right now all numbers parse as float64. Verifying if a large float64 is an integer can lead to numerical errors. So it's better if large integers are not turned into float64, so that they can be parsed correctly.
Example, parsing 1730187806608637000 currently yields 1730187806608637184.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels