Package net.minidev.json.parser
-
Interface Summary 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 Summary Class Description ContentHandlerCompressor ContentHandlerDumy FakeContainerFactory Fake Container factory used for JSon check and SaX parsingFakeContainerFactory.FackList dummy AbstractList replace AbsractList by list to make it compile on jdk 1.7FakeContainerFactory.FackMap dummy AbstractMapJSONParser JSONParserBase JSONParserBase is the common code betweenJSONParserString
andJSONParserReader
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 Summary Exception Description ParseException ParseException explains why and where the error occurs in source JSON text.