| Interface | Description |
|---|---|
| JsonGenerator |
A JSON generator that writes JSON in a streaming way.
|
| JsonGeneratorFactory |
Factory to create
JsonGenerator instances. |
| JsonParser |
A JSON parser that allows forward, read-only access to JSON in a
a streaming way.
|
| JsonParserFactory |
Factory to create
JsonParser instances. |
| Enum | Description |
|---|---|
| JsonParser.Event |
Event for parser state while parsing the JSON
|
| Exception | Description |
|---|---|
| JsonGenerationException |
JsonGenerationException indicates an incorrect JSON is
being generated. |
| JsonParsingException |
JsonParsingException is used when an incorrect JSON is
being parsed. |
JsonParser can be used to parse JSON in a streaming way.
JsonGenerator can be used to generate JSON from scratch in a
streaming way.
Copyright © 2013. All Rights Reserved.