See: Description
Interface | Description |
---|---|
JSONString |
An interface that allows an object to be stored as a
JSONObject or JSONArray value. |
Class | Description |
---|---|
JSONArray |
A JSONArray is an ordered sequence of values.
|
JSONCollection |
Base class for
JSONArray and JSONObject that 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.