package

com.pnfsoftware.jeb.util.encoding.json.parser

JSON parser package.

Interfaces

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. 

Classes

JsonId Represent a Json Identifier (the key of an object which is NOT a String, not surrounded by quotes). 
JSONParser Parser for JSON text. 
Yytoken  

Exceptions

ParseException ParseException explains why and where the error occurs in source JSON text.