Package com.sdicons.json.model
-
Class Summary 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, namelyJSONArray
andJSONObject
.JSONDecimal Represents a JSON float.JSONInteger Represents a JSON int.JSONNull Represents a JSON null value.JSONNumber The parent class of numerical types, beingJSONInteger
andJSONDecimal
.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.