Skip to content

Add JsonParser.isExpectedNumberIntToken() convenience method #627

@cowtowncoder

Description

@cowtowncoder

Similar to existing isExpectedStartArrayToken(), let's add one for checking if current token is (or could become) JsonToken.VALUE_NUMBER_INT.

The main initial use case is for XML backend but could become handy with other textual formats like CSV and Properties as well, possibly improving performance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions