Package | Description |
---|---|
net.minidev.json | |
net.minidev.json.parser |
Class | Description |
---|---|
ContentHandler |
A simplified and stoppable SAX-like content handler for stream processing of
JSON text.
|
ParseException |
ParseException explains why and where the error occurs in source JSON text.
|
Class | 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.
|
ContentHandlerDumy | |
FakeContainerFactory.FackList |
dummy AbstractList
replace AbsractList by list to make it compile on jdk 1.7
|
FakeContainerFactory.FackMap |
dummy AbstractMap
|
JSONParserBase |
JSONParserBase is the common code between
JSONParserString and
JSONParserReader |
JSONParserBase.MSB | |
JSONParserMemory |
Parser for JSON text.
|
JSONParserReader |
Parser for JSON text.
|
JSONParserStream |
Parser for JSON text.
|
ParseException |
ParseException explains why and where the error occurs in source JSON text.
|