Class | Description |
---|---|
JsonToken | |
JsonTokenizer |
Class for tokenizing a JSON document and return one token at a time.
|
JsonWriter |
IO-optimized JSON writer.
|
PrettyJsonWriter |
JSON Writer that automatically prints prettified JSON based on the
inherent structure of the data.
|
Enum | Description |
---|---|
JsonToken.Type |
Exception | Description |
---|---|
JsonException |
Exception in JSON parsing or generation.
|
UncheckedJsonException |
Unchecked (runtime) JsonException wrapper that can be used in streams etc.
|
Copyright © 2017. All rights reserved.