Skip to content

support scanning integers #3

@aybabtme

Description

@aybabtme

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions