Interface | Description |
---|---|
ContainerFactory |
Container factory for creating containers for JSON object and JSON array.
|
ContentHandler |
A simplified and stoppable SAX-like content handler for stream processing of
JSON text.
|
Class | Description |
---|---|
ContentHandlerCompressor | |
ContentHandlerDumy | |
FakeContainerFactory |
Fake Container factory used for JSon check and SaX parsing
|
FakeContainerFactory.FackList |
dummy AbstractList
replace AbsractList by list to make it compile on jdk 1.7
|
FakeContainerFactory.FackMap |
dummy AbstractMap
|
JSONParser | |
JSONParserBase |
JSONParserBase is the common code between
JSONParserString and
JSONParserReader |
JSONParserBase.MSB | |
JSONParserByteArray |
Parser for JSON text.
|
JSONParserInputStream |
Parser for JSON text.
|
JSONParserMemory |
Parser for JSON text.
|
JSONParserReader |
Parser for JSON text.
|
JSONParserStream |
Parser for JSON text.
|
JSONParserString |
Parser for JSON text.
|
Exception | Description |
---|---|
ParseException |
ParseException explains why and where the error occurs in source JSON text.
|