Serialized Form
-
Package org.kordamp.json
-
Class org.kordamp.json.JSONArray
class JSONArray extends AbstractJSON implements Serializable- serialVersionUID:
- 3086569904717035510L
-
Exception Class org.kordamp.json.JSONException
class JSONException extends RuntimeException implements Serializable- serialVersionUID:
- -359505426467944084L
-
Class org.kordamp.json.JSONFunction
class JSONFunction extends Object implements Serializable- serialVersionUID:
- -2843629081338113323L
-
Class org.kordamp.json.JSONNull
class JSONNull extends Object implements Serializable- serialVersionUID:
- 846922348514513763L
-
Class org.kordamp.json.JSONObject
class JSONObject extends AbstractJSON implements Serializable- serialVersionUID:
- 1997944501504436316L
-
Serialized Fields
-
nullObject
boolean nullObject
identifies this object as null -
properties
Map properties
The Map where the JSONObject's properties are kept.
-
-