All Classes and Interfaces

Class
Description
Container factory for creating containers for JSON object and JSON array.
A simplified and stoppable SAX-like content handler for stream processing of JSON text.
|a:b:c| => |a|,|b|,|c| |:| => ||,|| |a:| => |a|,||
A JSON array.
Beans that support customized output of JSON text shall implement this interface.
A JSON object.
Parser for JSON text.
Beans that support customized output of JSON text to a writer shall implement this interface.
 
ParseException explains why and where the error occurs in source JSON text.