Serialized Form
-
Package org.kordamp.json
-
Class org.kordamp.json.JSONArray extends AbstractJSON implements Serializable
- serialVersionUID:
- 3086569904717035510L
-
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 org.kordamp.json.JSONException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -359505426467944084L
-
Class org.kordamp.json.JSONFunction extends java.lang.Object implements Serializable
- serialVersionUID:
- -2843629081338113323L
-
Serialized Fields
-
params
java.lang.String[] params
the parameters of this function -
text
java.lang.String text
the text of this function
-
-
Class org.kordamp.json.JSONNull extends java.lang.Object implements Serializable
- serialVersionUID:
- 846922348514513763L
-
Class org.kordamp.json.JSONObject extends AbstractJSON implements Serializable
- serialVersionUID:
- 1997944501504436316L
-
Serialized Fields
-
nullObject
boolean nullObject
identifies this object as null -
properties
java.util.Map properties
The Map where the JSONObject's properties are kept.
-
-