| Interface | Description |
|---|---|
| IJsonHandler | |
| JsonParserConstants |
Token literal values and constants.
|
| Provider |
| Class | Description |
|---|---|
| JavaCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
|
| JsonParser |
//* Basic JSON parser.
|
| JsonParserTokenManager |
Token Manager.
|
| StreamProvider |
NOTE : This generated class can be safely deleted if installing in a GWT installation (use StringProvider instead)
|
| StringProvider | |
| Token |
Describes the input token stream.
|
| Enum | Description |
|---|---|
| JsonKeyTypes | |
| JsonValueTypes |
| Exception | Description |
|---|---|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| TokenMgrException |
Token Manager Error.
|
Copyright © 2022. All rights reserved.