| Interface | Description |
|---|---|
| JsonEvent |
A class containing all possible JSON events returned by
nextEvent() |
| JsonFeeder |
A feeder can be used to provide more input data to the
JsonParser. |
| Class | Description |
|---|---|
| DefaultJsonFeeder |
Default implementation of
JsonFeeder used internally by
the JsonParser. |
| JsonParser |
A non-blocking, event-based JSON parser.
|