Package com.github.tnakamot.json.parser

This package provides classes to parse JSON text based on RFC 8259.

JSONLexer splits a given JSONText into a sequence of tokens. JSONParser semantically analyzes the sequence of tokens and generate JSONValue.

See Also:
RFC 8259