Uses of Class
com.sdicons.json.model.JSONSimple
-
Packages that use JSONSimple Package Description com.sdicons.json.model -
-
Uses of JSONSimple in com.sdicons.json.model
Subclasses of JSONSimple in com.sdicons.json.model Modifier and Type Class Description classJSONBooleanRepresents a JSON boolean value.classJSONDecimalRepresents a JSON float.classJSONIntegerRepresents a JSON int.classJSONNullRepresents a JSON null value.classJSONNumberThe parent class of numerical types, beingJSONIntegerandJSONDecimal.classJSONStringRepresents a JSON delimited string.
-