| Class | Description |
|---|---|
| JSONLexer |
Lexical analyzer for JSON, based on RFC 8259 (see also https://tools.ietf.org/html/rfc8259).
|
| JSONToken |
Container class representing a token.
|
| Enum | Description |
|---|---|
| JSONToken.TokenType |
Token's type.
|
| Exception | Description |
|---|---|
| LexerException |
Exception class thrown by the lexical analyzer in case of error.
|