- endArray() - Method in interface org.json.simple.parser.ContentHandler
-
Receive notification of the end of a JSON array.
- endJSON() - Method in interface org.json.simple.parser.ContentHandler
-
Receive notification of the end of JSON processing.
- endObject() - Method in interface org.json.simple.parser.ContentHandler
-
Receive notification of the end of a JSON object.
- endObjectEntry() - Method in interface org.json.simple.parser.ContentHandler
-
Receive notification of the end of the value of previous object entry.
- ERROR_UNEXPECTED_CHAR - Static variable in exception org.json.simple.parser.ParseException
-
- ERROR_UNEXPECTED_EXCEPTION - Static variable in exception org.json.simple.parser.ParseException
-
- ERROR_UNEXPECTED_TOKEN - Static variable in exception org.json.simple.parser.ParseException
-
- escape(String) - Static method in class org.json.simple.JSONObject
-
Escape quotes, \, /, \r, \n, \b, \f, \t and other control characters (U+0000 through U+001F).
- escape(String) - Static method in class org.json.simple.JSONValue
-
Escape quotes, \, /, \r, \n, \b, \f, \t and other control characters (U+0000 through U+001F).