- endArray() - Method in interface org.json.simple.parser.ContentHandler
-
Deprecated.
Receive notification of the end of a JSON array.
- endJSON() - Method in interface org.json.simple.parser.ContentHandler
-
Deprecated.
Receive notification of the end of JSON processing.
- endObject() - Method in interface org.json.simple.parser.ContentHandler
-
Deprecated.
Receive notification of the end of a JSON object.
- endObjectEntry() - Method in interface org.json.simple.parser.ContentHandler
-
Deprecated.
Receive notification of the end of the value of previous object entry.
- ERROR_UNEXPECTED_CHAR - Static variable in exception org.json.simple.parser.ParseException
-
Deprecated.
description omitted.
- ERROR_UNEXPECTED_EXCEPTION - Static variable in exception org.json.simple.parser.ParseException
-
Deprecated.
description omitted.
- ERROR_UNEXPECTED_TOKEN - Static variable in exception org.json.simple.parser.ParseException
-
Deprecated.
description omitted.
- escape(String) - Static method in class org.json.simple.Jsoner
-
Escapes potentially confusing or important characters in the String provided.
- escape(String) - Static method in class org.json.simple.JSONObject
-
Deprecated.
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
-
Deprecated.
Escape quotes, \, /, \r, \n, \b, \f, \t and other control characters (U+0000 through U+001F).
- get(int) - Method in class org.json.simple.ItemList
-
Deprecated.
- getArray() - Method in class org.json.simple.ItemList
-
Deprecated.
description omitted.
- getBigDecimal(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a BigDecimal, Number, or String at the given index.
- getBigDecimal(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a BigDecimal, Number, or String at the given key.
- getBigDecimal(String) - Method in class org.json.simple.JsonObject
-
- getBigDecimalOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a BigDecimal, Number, or String at the given key.
- getBigDecimalOrDefault(String, BigDecimal) - Method in class org.json.simple.JsonObject
-
- getBoolean(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Boolean or String value at the given index.
- getBoolean(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Boolean or String value at the given key.
- getBoolean(String) - Method in class org.json.simple.JsonObject
-
- getBooleanOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Boolean or String value at the given key.
- getBooleanOrDefault(String, boolean) - Method in class org.json.simple.JsonObject
-
- getByte(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Number or String value at the given index.
- getByte(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getByte(String) - Method in class org.json.simple.JsonObject
-
- getByteOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getByteOrDefault(String, byte) - Method in class org.json.simple.JsonObject
-
- getCollection(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Collection value at the given index.
- getCollection(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Collection at the given key.
- getCollection(String) - Method in class org.json.simple.JsonObject
-
- getCollectionOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Collection at the given key.
- getCollectionOrDefault(String, T) - Method in class org.json.simple.JsonObject
-
- getDouble(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Number or String value at the given index.
- getDouble(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getDouble(String) - Method in class org.json.simple.JsonObject
-
- getDoubleOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getDoubleOrDefault(String, double) - Method in class org.json.simple.JsonObject
-
- getEnum(int) - Method in class org.json.simple.JsonArray
-
- getEnum(JsonKey) - Method in class org.json.simple.JsonObject
-
- getEnum(String) - Method in class org.json.simple.JsonObject
-
- getEnumOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
-
- getEnumOrDefault(String, T) - Method in class org.json.simple.JsonObject
-
- getErrorType() - Method in exception org.json.simple.parser.ParseException
-
Deprecated.
Action on data for a result.
- getFloat(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Number or String value at the given index.
- getFloat(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getFloat(String) - Method in class org.json.simple.JsonObject
-
- getFloatOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getFloatOrDefault(String, float) - Method in class org.json.simple.JsonObject
-
- getInteger(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Number or String value at the given index.
- getInteger(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getInteger(String) - Method in class org.json.simple.JsonObject
-
- getIntegerOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getIntegerOrDefault(String, int) - Method in class org.json.simple.JsonObject
-
- getItems() - Method in class org.json.simple.ItemList
-
Deprecated.
description omitted.
- getKey() - Method in interface org.json.simple.JsonKey
-
The json-simple library uses a String for its keys.
- getLong(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Number or String value at the given index.
- getLong(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getLong(String) - Method in class org.json.simple.JsonObject
-
- getLongOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getLongOrDefault(String, long) - Method in class org.json.simple.JsonObject
-
- getMap(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Map value at the given index.
- getMap(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Map at the given key.
- getMap(String) - Method in class org.json.simple.JsonObject
-
- getMapOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Map at the given key.
- getMapOrDefault(String, T) - Method in class org.json.simple.JsonObject
-
- getMessage() - Method in exception org.json.simple.DeserializationException
-
- getMessage() - Method in exception org.json.simple.parser.ParseException
-
Deprecated.
- getPosition() - Method in exception org.json.simple.DeserializationException
-
Helps debug the location of a problem.
- getPosition() - Method in class org.json.simple.parser.JSONParser
-
Deprecated.
- getPosition() - Method in exception org.json.simple.parser.ParseException
-
Deprecated.
- getProblemType() - Method in exception org.json.simple.DeserializationException
-
Helps find an appropriate solution for a problem.
- getShort(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Number or String value at the given index.
- getShort(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getShort(String) - Method in class org.json.simple.JsonObject
-
- getShortOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getShortOrDefault(String, short) - Method in class org.json.simple.JsonObject
-
- getString(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Boolean, Number, or String value at the given index.
- getString(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Boolean, Number, or String value at the given key.
- getString(String) - Method in class org.json.simple.JsonObject
-
- getStringOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Boolean, Number, or String value at the given key.
- getStringOrDefault(String, String) - Method in class org.json.simple.JsonObject
-
- getUnexpectedObject() - Method in exception org.json.simple.DeserializationException
-
Helps identify the problem.
- getUnexpectedObject() - Method in exception org.json.simple.parser.ParseException
-
Deprecated.
- getValue() - Method in interface org.json.simple.JsonKey
-
A reasonable value for the key; such as a valid default, error value, or null.
- Jsonable - Interface in org.json.simple
-
Jsonables can be serialized in java script object notation (JSON).
- JSONArray - Class in org.json.simple
-
- JsonArray - Class in org.json.simple
-
JsonArray is a common non-thread safe data format for a collection of data.
- JSONArray() - Constructor for class org.json.simple.JSONArray
-
Deprecated.
Constructs an empty JSONArray.
- JSONArray(Collection) - Constructor for class org.json.simple.JSONArray
-
Deprecated.
Constructs a JSONArray containing the elements of the specified
collection, in the order they are returned by the collection's iterator.
- JsonArray() - Constructor for class org.json.simple.JsonArray
-
Instantiates an empty JsonArray.
- JsonArray(Collection<?>) - Constructor for class org.json.simple.JsonArray
-
Instantiate a new JsonArray using ArrayList's constructor of the same type.
- JSONAware - Interface in org.json.simple
-
- Jsoner - Class in org.json.simple
-
Jsoner provides JSON utilities for escaping strings to be JSON compatible, thread safe parsing (RFC 4627) JSON
strings, and serializing data to strings in JSON format.
- JsonKey - Interface in org.json.simple
-
Should be implemented by Enums so that keys are easily maintained.
- JsonObject - Class in org.json.simple
-
JsonObject is a common non-thread safe data format for string to data mappings.
- JSONObject - Class in org.json.simple
-
- JsonObject() - Constructor for class org.json.simple.JsonObject
-
Instantiates an empty JsonObject.
- JsonObject(Map<String, ?>) - Constructor for class org.json.simple.JsonObject
-
Instantiate a new JsonObject by accepting a map's entries, which could lead to de/serialization issues of the
resulting JsonObject since the entry values aren't validated as JSON values.
- JSONObject() - Constructor for class org.json.simple.JSONObject
-
Deprecated.
- JSONObject(Map) - Constructor for class org.json.simple.JSONObject
-
Deprecated.
Allows creation of a JSONObject from a Map.
- JSONParser - Class in org.json.simple.parser
-
- JSONParser() - Constructor for class org.json.simple.parser.JSONParser
-
Deprecated.
- JSONStreamAware - Interface in org.json.simple
-
- JSONValue - Class in org.json.simple
-
- JSONValue() - Constructor for class org.json.simple.JSONValue
-
Deprecated.