Serialized Form


Package net.sf.json

Class net.sf.json.JSONArray extends net.sf.json.AbstractJSON implements Serializable

Serialized Fields

elements

List<E> elements
The List where the JSONArray's properties are kept.


expandElements

boolean expandElements
A flag for XML processing.

Class net.sf.json.JSONException extends NestableRuntimeException implements Serializable

serialVersionUID: 6995087065217051815L

Class net.sf.json.JSONFunction extends Object implements Serializable

Serialized Fields

params

String[] params
the parameters of this function


text

String text
the text of this function

Class net.sf.json.JSONNull extends 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

Map<K,V> properties
The Map where the JSONObject's properties are kept.