Class JSONPointerLexer


  • public class JSONPointerLexer
    extends Object
    An implementation of lexical analyzer for JSON Pointer. This implementation complies with RFC 6901.

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

    Instances of this class are not thread-safe.

    See Also:
    RFC 6901