Class JSONParser


  • public final class JSONParser
    extends Object
    An implementation of a parser of JSON texts. This implementation complies with RFC 8259.

    Instances of this class are disposal. A new instance must be created to parse one sequence of JSON tokens.

    See Also:
    RFC 8259