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.
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
1730187806608637000currently yields1730187806608637184.