package json
Type Members
- class InvalidJSONValueException extends JSONException
-
class
JSONArray extends org.json.JSONArray
Custom JSON Array which overrides org.json implementation to add a validation for trailing commas
-
class
JSONObject extends org.json.JSONObject
Custom JSON Object which overrides org.json implementation to add a validation for trailing commas and stringToValue static method implementation.
- class JSONTokenerHack extends JSONTokener
- class ScalarTokenerHack extends JSONTokenerHack