| Class | Description |
|---|---|
| JSONArray |
Represents a JSON array (list), an ordered list of values ...
|
| JSONBoolean |
Represents a JSON boolean value.
|
| JSONComplex |
Superclass of JSON complex types, namely
JSONArray and JSONObject. |
| JSONDecimal |
Represents a JSON float.
|
| JSONInteger |
Represents a JSON int.
|
| JSONNull |
Represents a JSON null value.
|
| JSONNumber |
The parent class of numerical types, being
JSONInteger and JSONDecimal. |
| JSONObject |
Representation of a JSON object, a collection (unordered) of name/value pairs.
|
| JSONSimple | |
| JSONString |
Represents a JSON delimited string.
|
| JSONValue |
Base class for all JSON representations.
|
Copyright © 2012. All Rights Reserved.