- CDL - Class in org.json
 
- 
This provides static methods to convert comma delimited text into a
 JSONArray, and to convert a JSONArray into comma delimited text.
 
- CDL() - Constructor for class org.json.CDL
 
-  
 
- clone() - Method in class org.json.stream.BuilderLimits
 
- 
Clone this BuilderLimits object for customisation, or to avoid
 mutation from outside code.
 
- close() - Method in class org.json.JSONWriter
 
- 
Asserts the JSON writer is finished, and close any underlying
 Closeable writer.
 
- close() - Method in class org.json.util.BufferedAppendable
 
- 
Flush and close the buffer of this BufferedAppendable.
 
- close() - Method in class org.json.util.Latin1AppendableOutputStream
 
- 
Flush and close the buffer of this Latin1AppendableOutputStream.
 
- CollectionCollector - Class in org.json.stream
 
- 
Structure collector that creates HashMap, ArrayList, and
 null instances.
 
- CompactWriterFactory - Class in org.json.write
 
- 
Factory class for creating StructureWriters for compact JSON output.
 
- Cookie - Class in org.json
 
- 
Convert a web browser cookie specification to a JSONObject and back.
 
- Cookie() - Constructor for class org.json.Cookie
 
-  
 
- CookieList - Class in org.json
 
- 
Convert a web browser cookie list string to a JSONObject and back.
 
- CookieList() - Constructor for class org.json.CookieList
 
-  
 
- createArrayAccumulator() - Method in class org.json.stream.CollectionCollector
 
- 
Create a new ArrayList into which JSON array entries are added.
 
- createArrayAccumulator() - Method in class org.json.stream.JSONCollector
 
- 
Create a new JSONArray into which JSON array entries are added.
 
- createArrayAccumulator() - Method in interface org.json.stream.StructureCollector
 
- 
Create an instance of an object into which JSON array entries are
 added.
 
- createObjectAccumulator() - Method in class org.json.stream.CollectionCollector
 
- 
Create a new HashMap into which JSON object entries are added.
 
- createObjectAccumulator() - Method in class org.json.stream.JSONCollector
 
- 
Create a new JSONObject into which JSON object entries are added.
 
- createObjectAccumulator() - Method in interface org.json.stream.StructureCollector
 
- 
Create an instance of an object into which JSON object entries are
 added.
 
- CRLF - Static variable in class org.json.HTTP
 
- 
Carriage return/line feed.
 
- currentState() - Method in class org.json.stream.JSONStreamReader
 
- 
Return the current state of the parser, including any of the
 internal states.