Class JSONLexer


  • public final class JSONLexer
    extends Object
    An implementation of lexical analyzer for JSON texts. This implementation complies with RFC 8259.

    Instances of this class are disposal. A new instance must be created to tokenize one JSON text.

    See Also:
    RFC 8259