Skip to content

Incorrect type when handling whitespace #18

@MechanicalConstruct

Description

@MechanicalConstruct

When parsing json objects with whitespace the type is sometimes incorrectly assumed to be a string type when it should be a value type.
Example to reproduce

{"test": 123
}

Should be a value of 123 instead it returns a string containing the string "123\n"

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