See: Description
| Interface | Description | 
|---|---|
| JSONString | An interface that allows an object to be stored as a  JSONObjectorJSONArrayvalue. | 
| Class | Description | 
|---|---|
| JSONArray | A JSONArray is an ordered sequence of values. | 
| JSONCollection | Base class for  JSONArrayandJSONObjectthat exists to organize the code
 for printing such objects (either compact or pretty). | 
| JSONLiteral | A way of including some text (often, text that violates the normal JSON specification) as part of a JSON object or
 array. | 
| JSONObject | A JSONObject is an unordered collection of name/value pairs. | 
JSONObject and JSONArray
 are serializable.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.