Skip to content

Implement proper number parsing #4

@pedro2555

Description

@pedro2555

Currently ReadNumber() follows a number of wrong assumptions that are not as published by the JSON standard.

For instance, single JSON numbers aren't accepted as valid JSON.

0

is valid JSON. Although, as the parser expects a closing character, it fails to recognize this as a number.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions