Package org.quickconnectfamily.json

Interface Summary
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
JSONInputStream The JSONInputStream class is used when you want to read JSON from any type of InputStream such as a FileInputStream or a SocketInputStream.
JSONOutputStream The JSONOutputStream class is used when you want to send an object as a JSON string to any type of OutputStream such as a FileOutputStream or a SocketOutputStream.
JSONParser Parser for JSON text.
JSONStream  
JSONStreamProtector The JSONStreamProtector class is used to make any read or write object calls to a JSONOutputStream or a JSONInputStream thread safe.
JSONUtilities This class contains several utility methods for generating and parsing JSON strings.
Yytoken  
 

Enum Summary
JSONUtilities.encoding Encodings available for parsed and generated JSON Strings
 

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