|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| 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 Summary | |
|---|---|
| JsonParser.Event | Event for parser state while parsing the JSON |
Provides a streaming API to parse and generate JSON.
JsonParser can be used to parse JSON in a streaming way.
JsonGenerator can be used to generate JSON from scratch in a
streaming way.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||