Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(int, String) - Method in class org.json.simple.ItemList
-
Deprecated.description omitted.
- add(String) - Method in class org.json.simple.ItemList
-
Deprecated.description omitted.
- addAll(String) - Method in class org.json.simple.ItemList
-
Deprecated.description omitted.
- addAll(String, String) - Method in class org.json.simple.ItemList
-
Deprecated.description omitted.
- addAll(String, String, boolean) - Method in class org.json.simple.ItemList
-
Deprecated.description omitted.
- addAll(ItemList) - Method in class org.json.simple.ItemList
-
Deprecated.description omitted.
- asCollection(Collection<T>) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes every element of the JsonArray is castable to T before adding it to a collection of Ts.
C
- clear() - Method in class org.json.simple.ItemList
-
Deprecated.description omitted.
- ContainerFactory - Interface in org.json.simple.parser
-
Deprecated.since 2.0.0 the same results can be achieved with the Map and Collection constructors in java post parsing.
- ContentHandler - Interface in org.json.simple.parser
-
Deprecated.since 2.0.0 it doesn't extend the SAX ContentHandler promoting bad practices and incompatible code.
- creatArrayContainer() - Method in interface org.json.simple.parser.ContainerFactory
-
Deprecated.
- createObjectContainer() - Method in interface org.json.simple.parser.ContainerFactory
-
Deprecated.
D
- DeserializationException - Exception in org.json.simple
-
DeserializationException explains how and where the problem occurs in the source JSON text during deserialization.
- DeserializationException(int, DeserializationException.Problems, Object) - Constructor for exception org.json.simple.DeserializationException
-
Instantiates a DeserializationException without assumptions.
- DeserializationException.Problems - Enum Class in org.json.simple
-
The kinds of exceptions that can trigger a DeserializationException.
- deserialize(Reader) - Static method in class org.json.simple.Jsoner
-
Deserializes a readable stream according to the RFC 4627 JSON specification.
- deserialize(String) - Static method in class org.json.simple.Jsoner
-
A convenience method that assumes a StringReader to deserialize a string.
- deserialize(String, JsonArray) - Static method in class org.json.simple.Jsoner
-
A convenience method that assumes a JsonArray must be deserialized.
- deserialize(String, JsonObject) - Static method in class org.json.simple.Jsoner
-
A convenience method that assumes a JsonObject must be deserialized.
- deserializeMany(Reader) - Static method in class org.json.simple.Jsoner
-
A convenience method that assumes multiple RFC 4627 JSON values (except numbers) have been concatenated together for deserilization which will be collectively returned in a JsonArray wrapper.
- DISALLOWED_TOKEN - Enum constant in enum class org.json.simple.DeserializationException.Problems
E
- 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).
G
- 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(String) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getBigDecimal(JsonKey)
- 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.
- getBigDecimalOrDefault(String, BigDecimal) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getBigDecimalOrDefault(JsonKey)
- 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.
- 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(String) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getBoolean(JsonKey)
- 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.
- getBooleanOrDefault(String, boolean) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getBooleanOrDefault(JsonKey)
- 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.
- 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(String) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getByte(JsonKey)
- 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.
- getByteOrDefault(String, byte) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getByteOrDefault(JsonKey)
- 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.
- getCollection(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Collection value at the given index.
- getCollection(String) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getCollection(JsonKey)
- getCollection(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
-
Deprecated.2.3.0 in favor of
JsonObject.getCollectionOrDefault(JsonKey)
- getCollectionOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Collection at the given key.
- 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(String) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getDouble(JsonKey)
- 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.
- getDoubleOrDefault(String, double) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getDoubleOrDefault(JsonKey)
- 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.
- getEnum(int) - Method in class org.json.simple.JsonArray
-
Deprecated.2.3.0 Jsoner deprecated automatically serializing enums as Strings.
- getEnum(String) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getEnum(JsonKey)
- getEnum(JsonKey) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 Jsoner deprecated automatically serializing enums as Strings.
- getEnumOrDefault(String, T) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getEnumOrDefault(JsonKey)
- getEnumOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 Jsoner deprecated automatically serializing enums as Strings.
- 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(String) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getFloat(JsonKey)
- 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.
- getFloatOrDefault(String, float) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getFloatOrDefault(JsonKey)
- 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.
- 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(String) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getInteger(JsonKey)
- 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.
- getIntegerOrDefault(String, int) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getIntegerOrDefault(JsonKey)
- 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.
- 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(String) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getLong(JsonKey)
- 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.
- getLongOrDefault(String, long) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getLongOrDefault(JsonKey)
- 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.
- getMap(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Map value at the given index.
- getMap(String) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getMap(JsonKey)
- getMap(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
-
Deprecated.2.3.0 in favor of
JsonObject.getMapOrDefault(JsonKey)
- getMapOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Map at the given key.
- 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(String) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getShort(JsonKey)
- 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.
- getShortOrDefault(String, short) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getShortOrDefault(JsonKey)
- 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.
- 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(String) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getString(JsonKey)
- 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.
- getStringOrDefault(String, String) - Method in class org.json.simple.JsonObject
-
Deprecated.2.3.0 in favor of
JsonObject.getStringOrDefault(JsonKey)
- 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.
- 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.
I
- IOEXCEPTION - Enum constant in enum class org.json.simple.DeserializationException.Problems
- ItemList - Class in org.json.simple
-
Deprecated.since 2.0.0 all of the functionality provided by the class seems to be already provided in the JDK.
- ItemList() - Constructor for class org.json.simple.ItemList
-
Deprecated.description omitted.
- ItemList(String) - Constructor for class org.json.simple.ItemList
-
Deprecated.
- ItemList(String, String) - Constructor for class org.json.simple.ItemList
-
Deprecated.
- ItemList(String, String, boolean) - Constructor for class org.json.simple.ItemList
-
Deprecated.
J
- Jsonable - Interface in org.json.simple
-
Jsonables can be serialized in java script object notation (JSON).
- 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
-
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.
- JSONArray - Class in org.json.simple
-
Deprecated.since 2.0.0, replaced by
JsonArray
- 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.
- JSONAware - Interface in org.json.simple
-
Deprecated.since 2.0.0, replaced by
Jsonable
- 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() - 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 - Class in org.json.simple
-
Deprecated.since 2.0.0, replaced by
JsonObject
- 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
-
Deprecated.since 2.0.0, copied to a new package
Jsoner
. - JSONParser() - Constructor for class org.json.simple.parser.JSONParser
-
Deprecated.
- JSONStreamAware - Interface in org.json.simple
-
Deprecated.since 2.0.0, replaced by
Jsonable
- JSONValue - Class in org.json.simple
-
Deprecated.since 2.0.0, replaced by
Jsoner
- JSONValue() - Constructor for class org.json.simple.JSONValue
-
Deprecated.
M
- mintJsonKey(String, Object) - Static method in class org.json.simple.Jsoner
-
Creates a new JsonKey that wraps the given string and value.
O
- org.json.simple - package org.json.simple
- org.json.simple.parser - package org.json.simple.parser
P
- parse(Reader) - Static method in class org.json.simple.JSONValue
-
Deprecated.this method may throw an
Error
instead of returningnull
; please useJSONValue.parseWithException(Reader)
instead - parse(Reader) - Method in class org.json.simple.parser.JSONParser
-
Deprecated.description omitted.
- parse(Reader, ContainerFactory) - Method in class org.json.simple.parser.JSONParser
-
Deprecated.Parse JSON text into java object from the input source.
- parse(Reader, ContentHandler) - Method in class org.json.simple.parser.JSONParser
-
Deprecated.description omitted.
- parse(Reader, ContentHandler, boolean) - Method in class org.json.simple.parser.JSONParser
-
Deprecated.Stream processing of JSON text.
- parse(String) - Static method in class org.json.simple.JSONValue
-
Deprecated.this method may throw an
Error
instead of returningnull
; please useJSONValue.parseWithException(String)
instead - parse(String) - Method in class org.json.simple.parser.JSONParser
-
Deprecated.description omitted.
- parse(String, ContainerFactory) - Method in class org.json.simple.parser.JSONParser
-
Deprecated.description omitted.
- parse(String, ContentHandler) - Method in class org.json.simple.parser.JSONParser
-
Deprecated.description omitted.
- parse(String, ContentHandler, boolean) - Method in class org.json.simple.parser.JSONParser
-
Deprecated.description omitted.
- ParseException - Exception in org.json.simple.parser
-
Deprecated.since 2.0.0, copied to a new package.
- ParseException(int) - Constructor for exception org.json.simple.parser.ParseException
-
Deprecated.
- ParseException(int, int, Object) - Constructor for exception org.json.simple.parser.ParseException
-
Deprecated.
- ParseException(int, Object) - Constructor for exception org.json.simple.parser.ParseException
-
Deprecated.
- parseWithException(Reader) - Static method in class org.json.simple.JSONValue
-
Deprecated.Parse JSON text into java object from the input source.
- parseWithException(String) - Static method in class org.json.simple.JSONValue
-
Deprecated.description omitted.
- prettyPrint(String) - Static method in class org.json.simple.Jsoner
-
Formats the JSON string to be more easily human readable using tabs for indentation.
- prettyPrint(String, int) - Static method in class org.json.simple.Jsoner
-
Formats the JSON string to be more easily human readable using an arbitrary amount of spaces for indentation.
- primitive(Object) - Method in interface org.json.simple.parser.ContentHandler
-
Deprecated.Receive notification of the JSON primitive values: java.lang.String, java.lang.Number, java.lang.Boolean null
R
- requireKeys(JsonKey...) - Method in class org.json.simple.JsonObject
-
Ensures the given keys are present.
- reset() - Method in class org.json.simple.ItemList
-
Deprecated.description omitted.
- reset() - Method in class org.json.simple.parser.JSONParser
-
Deprecated.Reset the parser to the initial state without resetting the underlying reader.
- reset(Reader) - Method in class org.json.simple.parser.JSONParser
-
Deprecated.Reset the parser to the initial state with a new character reader.
S
- S_END - Static variable in class org.json.simple.parser.JSONParser
-
Deprecated.description omitted.
- S_IN_ARRAY - Static variable in class org.json.simple.parser.JSONParser
-
Deprecated.description omitted.
- S_IN_ERROR - Static variable in class org.json.simple.parser.JSONParser
-
Deprecated.description omitted.
- S_IN_FINISHED_VALUE - Static variable in class org.json.simple.parser.JSONParser
-
Deprecated.description omitted.
- S_IN_OBJECT - Static variable in class org.json.simple.parser.JSONParser
-
Deprecated.description omitted.
- S_IN_PAIR_VALUE - Static variable in class org.json.simple.parser.JSONParser
-
Deprecated.description omitted.
- S_INIT - Static variable in class org.json.simple.parser.JSONParser
-
Deprecated.description omitted.
- S_PASSED_PAIR_KEY - Static variable in class org.json.simple.parser.JSONParser
-
Deprecated.description omitted.
- serialize(Object) - Static method in class org.json.simple.Jsoner
-
A convenience method that assumes a StringWriter.
- serialize(Object, Writer) - Static method in class org.json.simple.Jsoner
-
Serializes values according to the RFC 4627 JSON specification.
- serializeCarelessly(Object, Writer) - Static method in class org.json.simple.Jsoner
-
Serializes like the first version of this library.
- serializeStrictly(Object, Writer) - Static method in class org.json.simple.Jsoner
-
Serializes JSON values and only JSON values according to the RFC 4627 JSON specification.
- setErrorType(int) - Method in exception org.json.simple.parser.ParseException
-
Deprecated.Action on data for a result.
- setPosition(int) - Method in exception org.json.simple.parser.ParseException
-
Deprecated.Action on data for a result.
- setSP(String) - Method in class org.json.simple.ItemList
-
Deprecated.description omitted.
- setUnexpectedObject(Object) - Method in exception org.json.simple.parser.ParseException
-
Deprecated.Action on data for a result.
- size() - Method in class org.json.simple.ItemList
-
Deprecated.description omitted.
- split(String, String, List) - Method in class org.json.simple.ItemList
-
Deprecated.description omitted.
- split(String, String, List, boolean) - Method in class org.json.simple.ItemList
-
Deprecated.description omitted.
- startArray() - Method in interface org.json.simple.parser.ContentHandler
-
Deprecated.Receive notification of the beginning of a JSON array.
- startJSON() - Method in interface org.json.simple.parser.ContentHandler
-
Deprecated.Receive notification of the beginning of JSON processing.
- startObject() - Method in interface org.json.simple.parser.ContentHandler
-
Deprecated.Receive notification of the beginning of a JSON object.
- startObjectEntry(String) - Method in interface org.json.simple.parser.ContentHandler
-
Deprecated.Receive notification of the beginning of a JSON object entry.
T
- toJson() - Method in interface org.json.simple.Jsonable
-
Serialize to a JSON formatted string.
- toJson() - Method in class org.json.simple.JsonArray
- toJson() - Method in class org.json.simple.JsonObject
- toJson(Writer) - Method in interface org.json.simple.Jsonable
-
Serialize to a JSON formatted stream.
- toJson(Writer) - Method in class org.json.simple.JsonArray
- toJson(Writer) - Method in class org.json.simple.JsonObject
- toJSONString() - Method in class org.json.simple.JSONArray
-
Deprecated.
- toJSONString() - Method in interface org.json.simple.JSONAware
-
Deprecated.
- toJSONString() - Method in class org.json.simple.JSONObject
-
Deprecated.
- toJSONString(boolean[]) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- toJSONString(byte[]) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- toJSONString(char[]) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- toJSONString(double[]) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- toJSONString(float[]) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- toJSONString(int[]) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- toJSONString(long[]) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- toJSONString(short[]) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- toJSONString(Object) - Static method in class org.json.simple.JSONValue
-
Deprecated.Convert an object to JSON text.
- toJSONString(Object[]) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- toJSONString(Collection) - Static method in class org.json.simple.JSONArray
-
Deprecated.Convert a list to JSON text.
- toJSONString(Map) - Static method in class org.json.simple.JSONObject
-
Deprecated.Convert a map to JSON text.
- toString() - Method in class org.json.simple.ItemList
-
Deprecated.
- toString() - Method in class org.json.simple.JSONArray
-
Deprecated.Returns a string representation of this array.
- toString() - Method in class org.json.simple.JSONObject
-
Deprecated.
- toString() - Method in class org.json.simple.parser.Yytoken
-
Deprecated.
- toString(String) - Method in class org.json.simple.ItemList
-
Deprecated.description omitted.
- toString(String, Object) - Static method in class org.json.simple.JSONObject
-
Deprecated.description omitted.
- type - Variable in class org.json.simple.parser.Yytoken
-
Deprecated.description omitted.
- TYPE_COLON - Static variable in class org.json.simple.parser.Yytoken
-
Deprecated.description omitted.
- TYPE_COMMA - Static variable in class org.json.simple.parser.Yytoken
-
Deprecated.description omitted.
- TYPE_EOF - Static variable in class org.json.simple.parser.Yytoken
-
Deprecated.description omitted.
- TYPE_LEFT_BRACE - Static variable in class org.json.simple.parser.Yytoken
-
Deprecated.description omitted.
- TYPE_LEFT_SQUARE - Static variable in class org.json.simple.parser.Yytoken
-
Deprecated.description omitted.
- TYPE_RIGHT_BRACE - Static variable in class org.json.simple.parser.Yytoken
-
Deprecated.description omitted.
- TYPE_RIGHT_SQUARE - Static variable in class org.json.simple.parser.Yytoken
-
Deprecated.description omitted.
- TYPE_VALUE - Static variable in class org.json.simple.parser.Yytoken
-
Deprecated.description omitted.
U
- UNEXPECTED_CHARACTER - Enum constant in enum class org.json.simple.DeserializationException.Problems
- UNEXPECTED_EXCEPTION - Enum constant in enum class org.json.simple.DeserializationException.Problems
- UNEXPECTED_TOKEN - Enum constant in enum class org.json.simple.DeserializationException.Problems
V
- value - Variable in class org.json.simple.parser.Yytoken
-
Deprecated.description omitted.
- valueOf(String) - Static method in enum class org.json.simple.DeserializationException.Problems
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.json.simple.DeserializationException.Problems
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- writeJSONString(boolean[], Writer) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- writeJSONString(byte[], Writer) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- writeJSONString(char[], Writer) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- writeJSONString(double[], Writer) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- writeJSONString(float[], Writer) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- writeJSONString(int[], Writer) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- writeJSONString(long[], Writer) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- writeJSONString(short[], Writer) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- writeJSONString(Writer) - Method in class org.json.simple.JSONArray
-
Deprecated.
- writeJSONString(Writer) - Method in class org.json.simple.JSONObject
-
Deprecated.
- writeJSONString(Writer) - Method in interface org.json.simple.JSONStreamAware
-
Deprecated.write JSON string to out.
- writeJSONString(Object[], Writer) - Static method in class org.json.simple.JSONArray
-
Deprecated.description omitted.
- writeJSONString(Object, Writer) - Static method in class org.json.simple.JSONValue
-
Deprecated.Encode an object into JSON text and write it to out.
- writeJSONString(Collection, Writer) - Static method in class org.json.simple.JSONArray
-
Deprecated.Encode a list into JSON text and write it to out.
- writeJSONString(Map, Writer) - Static method in class org.json.simple.JSONObject
-
Deprecated.Encode a map into JSON text and write it to out.
Y
- Yytoken - Class in org.json.simple.parser
-
Deprecated.since 2.0.0, copied to a new package.
- Yytoken(int, Object) - Constructor for class org.json.simple.parser.Yytoken
-
Deprecated.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form