Serialized Form
-
Package net.sf.json
-
Class net.sf.json.JSONArray extends net.sf.json.AbstractJSON implements Serializable
-
Serialized Fields
-
elements
java.util.List<java.lang.Object> elements
The List where the JSONArray's properties are kept. -
expandElements
boolean expandElements
A flag for XML processing.
-
-
-
Class net.sf.json.JSONException extends org.apache.commons.lang.exception.NestableRuntimeException implements Serializable
- serialVersionUID:
- 6995087065217051815L
-
Class net.sf.json.JSONFunction extends java.lang.Object implements Serializable
-
Serialized Fields
-
params
java.lang.String[] params
the parameters of this function -
text
java.lang.String text
the text of this function
-
-
-
Class net.sf.json.JSONNull extends java.lang.Object implements Serializable
-
Class net.sf.json.JSONObject extends net.sf.json.AbstractJSON implements Serializable
-
Serialized Fields
-
nullObject
boolean nullObject
identifies this object as null -
properties
java.util.Map properties
The Map where the JSONObject's properties are kept.
-
-
-