Serialized Form
-
Package net.sf.json
-
Class net.sf.json.JSONArray
class JSONArray extends AbstractJSON implements Serializable -
Exception net.sf.json.JSONException
class JSONException extends org.apache.commons.lang.exception.NestableRuntimeException implements Serializable- serialVersionUID:
- 6995087065217051815L
-
Class net.sf.json.JSONFunction
class JSONFunction extends Object implements Serializable -
Class net.sf.json.JSONNull
class JSONNull extends Object implements Serializable -
Class net.sf.json.JSONObject
class JSONObject extends AbstractJSON implements Serializable-
Serialized Fields
-
nullObject
boolean nullObject
identifies this object as null -
properties
Map properties
The Map where the JSONObject's properties are kept.
-
-
-