Interface | Description |
---|---|
JsonListener |
A JsonListener is notified of events generated by a
SajParser from a stream of JSON characters. |
Class | Description |
---|---|
JsonGenerator |
Provides operations create
String s of valid JSON and to stream valid JSON text to a java.io.Writer . |
JsonParser |
Provides operations to parse JSON.
|
JsonParser.PrevalidatedNumber |
Internal class
|
JsonStreamElement |
An element of a JSON document.
|
Enum | Description |
---|---|
JsonGenerator.JsonGeneratorStyle |
Styles of output a
JsonGenerator can produce. |
JsonParser.NodeInterningStrategy |
Strategies a
JsonParser can use for object reuse when parsing a document without streaming. |
JsonParser.PositionTracking |
Settings a
JsonParser can use for tracking parsing position for error reporting. |
JsonStreamElementType |
Types of element a
StajParser can produce. |
Exception | Description |
---|---|
InvalidSyntaxException |
Thrown to indicate a given character stream is not valid JSON.
|
InvalidSyntaxRuntimeException |
Thrown to indicate a given character stream is not valid JSON.
|
JsonStreamException |
Thrown to indicate that it was not possible to read any further along the JSON stream.
|