Uses of Package
com.sdicons.json.model
-
Classes in com.sdicons.json.model used by com.sdicons.json.mapper Class Description JSONValue Base class for all JSON representations. -
Classes in com.sdicons.json.model used by com.sdicons.json.mapper.helper Class Description JSONValue Base class for all JSON representations. -
Classes in com.sdicons.json.model used by com.sdicons.json.mapper.helper.impl Class Description JSONValue Base class for all JSON representations. -
Classes in com.sdicons.json.model used by com.sdicons.json.model Class Description JSONBoolean Represents a JSON boolean value.JSONComplex Superclass of JSON complex types, namelyJSONArray
andJSONObject
.JSONNull Represents a JSON null value.JSONNumber The parent class of numerical types, beingJSONInteger
andJSONDecimal
.JSONSimple JSONValue Base class for all JSON representations. -
Classes in com.sdicons.json.model used by com.sdicons.json.parser Class Description JSONValue Base class for all JSON representations. -
Classes in com.sdicons.json.model used by com.sdicons.json.parser.impl Class Description JSONArray Represents a JSON array (list), an ordered list of values ...JSONObject Representation of a JSON object, a collection (unordered) of name/value pairs.JSONValue Base class for all JSON representations. -
Classes in com.sdicons.json.model used by com.sdicons.json.serializer.helper Class Description JSONObject Representation of a JSON object, a collection (unordered) of name/value pairs. -
Classes in com.sdicons.json.model used by com.sdicons.json.serializer.helper.impl Class Description JSONObject Representation of a JSON object, a collection (unordered) of name/value pairs. -
Classes in com.sdicons.json.model used by com.sdicons.json.serializer.marshall Class Description JSONObject Representation of a JSON object, a collection (unordered) of name/value pairs. -
Classes in com.sdicons.json.model used by com.sdicons.json.validator Class Description JSONObject Representation of a JSON object, a collection (unordered) of name/value pairs.JSONValue Base class for all JSON representations. -
Classes in com.sdicons.json.model used by com.sdicons.json.validator.impl Class Description JSONObject Representation of a JSON object, a collection (unordered) of name/value pairs.JSONValue Base class for all JSON representations. -
Classes in com.sdicons.json.model used by com.sdicons.json.validator.impl.predicates Class Description JSONNumber The parent class of numerical types, beingJSONInteger
andJSONDecimal
.JSONObject Representation of a JSON object, a collection (unordered) of name/value pairs.JSONValue Base class for all JSON representations.