Package com.sdicons.json.model
package com.sdicons.json.model
-
ClassesClassDescriptionRepresents a JSON array (list), an ordered list of values ...Represents a JSON boolean value.Superclass of JSON complex types, namely
JSONArray
andJSONObject
.Represents a JSON float.Represents a JSON int.Represents a JSON null value.The parent class of numerical types, beingJSONInteger
andJSONDecimal
.Representation of a JSON object, a collection (unordered) of name/value pairs.Represents a JSON delimited string.Base class for all JSON representations.