| Interface | Description |
|---|---|
| ElementWrapper | |
| Validator |
| Class | Description |
|---|---|
| AbstractValidator | |
| JsonArray |
A dense indexed sequence of values.
|
| JsonBoolean | |
| JsonElement | |
| JsonNull | |
| JsonNumber | |
| JsonObject |
A modifiable set of name/value mappings.
|
| JsonReader |
Reads a Util (RFC 4627)
encoded value as a stream of tokens.
|
| JsonString | |
| JsonWriter |
Writes a JSON (RFC 4627)
encoded value to a stream, one token at a time.
|
| Enum | Description |
|---|---|
| JsonToken |
A structure, name or value type in a Util-encoded string.
|