Package com.sdicons.json.model

Class Summary
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 Parent class of the atomic JSON types, being JSONNull, JSONBoolean, JSONNumber and JSONString.
JSONString Represents a JSON delimited string.
JSONValue Base class for all JSON representations.
 



Copyright © 2011. All Rights Reserved.