Serialized Form
-
Package org.json.simple
-
Class org.json.simple.JSONArray
class JSONArray extends ArrayList implements Serializable- serialVersionUID:
- 3957988303675231981L
-
Class org.json.simple.JSONObject
class JSONObject extends HashMap implements Serializable- serialVersionUID:
- -503443796854799292L
-
-
Package org.json.simple.parser
-
Exception Class org.json.simple.parser.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- -7880698968187728548L
-
Serialized Fields
-
errorType
int errorType
-
position
int position
-
unexpectedObject
Object unexpectedObject
-
-