|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| JsonStreamElement | An element of a JSON document. |
| StajParser | Parses a JSON character stream into an Iterator of JsonStreamElements. |
| Enum Summary | |
|---|---|
| JsonStreamElementType | Types of element a StajParser can produce. |
| Exception Summary | |
|---|---|
| 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. |
Provides classes extracting elements from a JSON character stream, in other words, a pull parser, analogous to StAX for XML.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||