类 | 说明 |
---|---|
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 © 2016–2017. All rights reserved.