| Class | Description |
|---|---|
| DefaultJsonReader |
Reads a JSON (RFC 4627)
encoded value as a stream of tokens.
|
| DefaultJsonWriter |
Writes a JSON (RFC 4627)
encoded value to a stream, one token at a time.
|
| FastJsonWriter |
Same as
DefaultJsonWriter but uses JsonUtils.escapeValue(String) instead of the REPLACEMENT_CHARS array. |
| NonBufferedJsonReader |
Reads a JSON (RFC 4627)
encoded value as a stream of tokens.
|
| StringReader |
| Exception | Description |
|---|---|
| MalformedJsonException |
Thrown when a reader encounters malformed JSON.
|
Copyright © 2016. All Rights Reserved.