| Interface | Description |
|---|---|
| JsonPullParser |
A
JsonPullParser is an event based JSON parser. |
| JsonPushParser |
A
JsonPullParser is an event based JSON parser. |
| JsonSource |
A
JsonSource represents access to a sequence of characters to be used
used by a JsonPullParser. |
| Class | Description |
|---|---|
| CharacterArrayJsonSource | |
| DefaultJsonPullParser | |
| DefaultJsonPushParser |
A
DefaultJsonPushParser is a stream based JSON parser. |
| ReaderJsonSource |
A
StringJsonSource is a JsonSource that is backed by a given
Reader and buffers a small portion of the read characters in a
char[]. |
| StringJsonSource |
| Enum | Description |
|---|---|
| JsonParserMode |
A
JsonParserMode is a configuration flag that modifies the execution
of a DefaultJsonPullParser or a DefaultJsonPushParser. |
| JsonState |
A
JsonState describes the current state of a JsonPullParser
and determines which methods may be called successfully next. |
| JsonSyntaxError |
A
JsonSyntaxError describes the kinds of syntax error a JSON parser
may encounter. |
| Exception | Description |
|---|---|
| JsonSyntaxException |
A
JsonSyntaxException is a JsonException that indicates that
a JSON parser encountered a JSON syntax error while parsing a JSON document. |
Copyright © 2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.