package

com.pnfsoftware.jeb.util.encoding.json

JSON types provided by the JSON parser.

Interfaces

JSONAware Beans that support customized output of JSON text shall implement this interface. 
JSONStreamAware Beans that support customized output of JSON text to a writer shall implement this interface. 

Classes

ItemList
 |a:b:c| => |a|,|b|,|c|
 |:| => ||,||
 |a:| => |a|,||
 
 
JSONArray A JSON array. 
JSONObject A JSON object. 
JSONValue