Skip to content

The 0 at the end will be ignored #87

Open
@qishibo

Description

@qishibo

The 0 at the end will be ignored, resulting in the float becoming to an int, is this as expected?

JSONbig.parse('{"aa":1.01}') => {aa:1.01}

but JSONbig.parse('{"aa":1.00}')=> {aa:1}

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