Index

A C D E G H I J L M N O P R S T U V W Y Z 
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.
ALLOW_CONCATENATED_JSON_VALUES - Enum constant in enum org.json.simple.Jsoner.DeserializationOptions
Whether multiple JSON values can be deserialized as a root element.
ALLOW_FULLY_QUALIFIED_ENUMERATIONS - Enum constant in enum org.json.simple.Jsoner.SerializationOptions
Deprecated.
2.3.0 the enum should implement Jsonable instead.
ALLOW_INVALIDS - Enum constant in enum org.json.simple.Jsoner.SerializationOptions
Instead of aborting serialization on non-JSON values it will continue serialization by serializing the non-JSON value directly into the now invalid JSON.
ALLOW_JSON_ARRAYS - Enum constant in enum org.json.simple.Jsoner.DeserializationOptions
Whether a JsonArray can be deserialized as a root element.
ALLOW_JSON_DATA - Enum constant in enum org.json.simple.Jsoner.DeserializationOptions
Whether a boolean, null, Number, or String can be deserialized as a root element.
ALLOW_JSON_OBJECTS - Enum constant in enum org.json.simple.Jsoner.DeserializationOptions
Whether a JsonObject can be deserialized as a root element.
ALLOW_JSONABLES - Enum constant in enum org.json.simple.Jsoner.SerializationOptions
Instead of aborting serialization on non-JSON values that implement Jsonable it will continue serialization by deferring serialization to the Jsonable.
ALLOW_UNDEFINEDS - Enum constant in enum org.json.simple.Jsoner.SerializationOptions
Deprecated.
2.3.0 there is no passive way to accomplish this contract and so will be abandoned.
asCollection(Collection) - 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.
COLON - Enum constant in enum org.json.simple.Yytoken.Types
Tokens of this type will always have a value of ":"
COMMA - Enum constant in enum org.json.simple.Yytoken.Types
Tokens of this type will always have a value of ","
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.
 
createArrayContainer(ContainerFactory) - Method in class org.json.simple.parser.JSONParser
Deprecated.
 
createObjectContainer() - Method in interface org.json.simple.parser.ContainerFactory
Deprecated.
 
createObjectContainer(ContainerFactory) - Method in class org.json.simple.parser.JSONParser
Deprecated.
 

D

DATUM - Enum constant in enum org.json.simple.Yytoken.Types
Tokens of this type will always have a value that is a boolean, null, number, or string.
DeserializationException - Exception Class 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 class org.json.simple.DeserializationException
Instantiates a DeserializationException without assumptions.
DeserializationException.Problems - Enum in org.json.simple
The kinds of exceptions that can trigger a DeserializationException.
DeserializationOptions() - Constructor for enum org.json.simple.Jsoner.DeserializationOptions
 
deserialize(Reader) - Static method in class org.json.simple.Jsoner
Deserializes a readable stream according to the RFC 4627 JSON specification.
deserialize(Reader, Set) - Static method in class org.json.simple.Jsoner
Deserialize a stream with all deserialized JSON values are wrapped in a JsonArray.
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 org.json.simple.DeserializationException.Problems
 
DONE - Enum constant in enum org.json.simple.Jsoner.States
Post-parsing state.

E

END - Enum constant in enum org.json.simple.Yytoken.Types
Tokens of this type will always have a value of ""
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 class org.json.simple.parser.ParseException
Deprecated.
description omitted.
ERROR_UNEXPECTED_EXCEPTION - Static variable in exception class org.json.simple.parser.ParseException
Deprecated.
description omitted.
ERROR_UNEXPECTED_TOKEN - Static variable in exception class org.json.simple.parser.ParseException
Deprecated.
description omitted.
errorType - Variable in exception class org.json.simple.parser.ParseException
Deprecated.
 
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).
escape(String, StringBuffer) - Static method in class org.json.simple.JSONValue
Deprecated.
 

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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
getEnumOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
Deprecated.
2.3.0 Jsoner deprecated automatically serializing enums as Strings.
getErrorType() - Method in exception class 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.
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.
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.
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.
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.
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.
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 class org.json.simple.DeserializationException
 
getMessage() - Method in exception class org.json.simple.parser.ParseException
Deprecated.
 
getPosition() - Method in exception class 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 class org.json.simple.parser.ParseException
Deprecated.
 
getPosition() - Method in class org.json.simple.parser.Yylex
Deprecated.
 
getPosition() - Method in class org.json.simple.Yylex
 
getProblemType() - Method in exception class 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.
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.
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.
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.
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.
getType() - Method in class org.json.simple.Yytoken
 
getUnexpectedObject() - Method in exception class org.json.simple.DeserializationException
Helps identify the problem.
getUnexpectedObject() - Method in exception class 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.
getValue() - Method in class org.json.simple.Yytoken
 

H

handlerStatusStack - Variable in class org.json.simple.parser.JSONParser
Deprecated.
 

I

INITIAL - Enum constant in enum org.json.simple.Jsoner.States
Pre-parsing state.
IOEXCEPTION - Enum constant in enum 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.
 
items - Variable in 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.
Jsoner() - Constructor for class org.json.simple.Jsoner
 
Jsoner.DeserializationOptions - Enum in org.json.simple
Flags to tweak the behavior of the primary deserialization method.
Jsoner.SerializationOptions - Enum in org.json.simple
Flags to tweak the behavior of the primary serialization method.
Jsoner.States - Enum in org.json.simple
The possible States of a JSON deserializer.
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) - 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.
 

L

LEFT_BRACE - Enum constant in enum org.json.simple.Yytoken.Types
Tokens of this type will always have a value of "{"
LEFT_SQUARE - Enum constant in enum org.json.simple.Yytoken.Types
Tokens of this type will always have a value of "["
lexer - Variable in class org.json.simple.parser.JSONParser
Deprecated.
 
lexNextToken(Yylex) - Static method in class org.json.simple.Jsoner
Processes the lexer's reader for the next token.

M

mintJsonKey(String, Object) - Static method in class org.json.simple.Jsoner
Creates a new JsonKey that wraps the given string and value.

N

nextToken() - Method in class org.json.simple.parser.JSONParser
Deprecated.
 

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 returning null; please use JSONValue.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 returning null; please use JSONValue.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.
PARSED_ERROR - Enum constant in enum org.json.simple.Jsoner.States
Parsing error, ParsingException should be thrown.
ParseException - Exception Class in org.json.simple.parser
Deprecated.
since 2.0.0, copied to a new package.
ParseException(int) - Constructor for exception class org.json.simple.parser.ParseException
Deprecated.
 
ParseException(int, int, Object) - Constructor for exception class org.json.simple.parser.ParseException
Deprecated.
 
ParseException(int, Object) - Constructor for exception class 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.
PARSING_ARRAY - Enum constant in enum org.json.simple.Jsoner.States
 
PARSING_ENTRY - Enum constant in enum org.json.simple.Jsoner.States
Parsing a key-value pair inside of an object.
PARSING_OBJECT - Enum constant in enum org.json.simple.Jsoner.States
 
peekStatus(LinkedList) - Method in class org.json.simple.parser.JSONParser
Deprecated.
 
popNextState(LinkedList) - Static method in class org.json.simple.Jsoner
Used for state transitions while deserializing.
position - Variable in exception class org.json.simple.DeserializationException
 
position - Variable in exception class org.json.simple.parser.ParseException
Deprecated.
 
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.
prettyPrint(String, String) - Static method in class org.json.simple.Jsoner
Makes the JSON string more easily human readable using indentation of the caller's choice.
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
Problems() - Constructor for enum org.json.simple.DeserializationException.Problems
 
problemType - Variable in exception class org.json.simple.DeserializationException
 

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.
RIGHT_BRACE - Enum constant in enum org.json.simple.Yytoken.Types
Tokens of this type will always have a value of "}"
RIGHT_SQUARE - Enum constant in enum org.json.simple.Yytoken.Types
Tokens of this type will always have a value of "]"

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.
sb - Variable in class org.json.simple.parser.Yylex
Deprecated.
 
sb - Variable in class org.json.simple.Yylex
 
SerializationOptions() - Constructor for enum org.json.simple.Jsoner.SerializationOptions
 
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.
serialize(Object, Writer, Set) - Static method in class org.json.simple.Jsoner
Serialize values to JSON and write them to the provided writer based on behavior flags.
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.
serialVersionUID - Static variable in exception class org.json.simple.DeserializationException
 
serialVersionUID - Static variable in class org.json.simple.JsonArray
The serialization version this class is compatible with.
serialVersionUID - Static variable in class org.json.simple.JSONArray
Deprecated.
 
serialVersionUID - Static variable in class org.json.simple.JsonObject
The serialization version this class is compatible with.
serialVersionUID - Static variable in class org.json.simple.JSONObject
Deprecated.
 
serialVersionUID - Static variable in exception class org.json.simple.parser.ParseException
Deprecated.
 
setErrorType(int) - Method in exception class org.json.simple.parser.ParseException
Deprecated.
Action on data for a result.
setPosition(int) - Method in exception class 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 class org.json.simple.parser.ParseException
Deprecated.
Action on data for a result.
size() - Method in class org.json.simple.ItemList
Deprecated.
description omitted.
sp - Variable in class org.json.simple.ItemList
Deprecated.
 
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.
States() - Constructor for enum org.json.simple.Jsoner.States
 
status - Variable in class org.json.simple.parser.JSONParser
Deprecated.
 
STRING_BEGIN - Static variable in class org.json.simple.parser.Yylex
Deprecated.
 
STRING_BEGIN - Static variable in class org.json.simple.Yylex
 

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.
token - Variable in class org.json.simple.parser.JSONParser
Deprecated.
 
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() - Method in class org.json.simple.Yytoken
 
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 - Variable in class org.json.simple.Yytoken
 
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.
Types() - Constructor for enum org.json.simple.Yytoken.Types
 

U

UNEXPECTED_CHARACTER - Enum constant in enum org.json.simple.DeserializationException.Problems
 
UNEXPECTED_EXCEPTION - Enum constant in enum org.json.simple.DeserializationException.Problems
 
UNEXPECTED_TOKEN - Enum constant in enum org.json.simple.DeserializationException.Problems
 
unexpectedObject - Variable in exception class org.json.simple.DeserializationException
 
unexpectedObject - Variable in exception class org.json.simple.parser.ParseException
Deprecated.
 

V

value - Variable in class org.json.simple.parser.Yytoken
Deprecated.
description omitted.
value - Variable in class org.json.simple.Yytoken
 
valueOf(String) - Static method in enum org.json.simple.DeserializationException.Problems
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.json.simple.Jsoner.DeserializationOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.json.simple.Jsoner.SerializationOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.json.simple.Jsoner.States
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.json.simple.Yytoken.Types
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.json.simple.DeserializationException.Problems
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.json.simple.Jsoner.DeserializationOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.json.simple.Jsoner.SerializationOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.json.simple.Jsoner.States
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.json.simple.Yytoken.Types
Returns an array containing the constants of this enum type, 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

yybegin(int) - Method in class org.json.simple.parser.Yylex
Deprecated.
Enters a new lexical state
yybegin(int) - Method in class org.json.simple.Yylex
Enters a new lexical state
yychar - Variable in class org.json.simple.parser.Yylex
Deprecated.
the number of characters up to the start of the matched text
yychar - Variable in class org.json.simple.Yylex
the number of characters up to the start of the matched text
yycharat(int) - Method in class org.json.simple.parser.Yylex
Deprecated.
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.json.simple.Yylex
Returns the character at position pos from the matched text.
yyclose() - Method in class org.json.simple.parser.Yylex
Deprecated.
Closes the input stream.
yyclose() - Method in class org.json.simple.Yylex
Closes the input stream.
yycolumn - Variable in class org.json.simple.parser.Yylex
Deprecated.
the number of characters from the last newline up to the start of the matched text
yycolumn - Variable in class org.json.simple.Yylex
the number of characters from the last newline up to the start of the matched text
YYEOF - Static variable in class org.json.simple.parser.Yylex
Deprecated.
This character denotes the end of file
YYEOF - Static variable in class org.json.simple.Yylex
This character denotes the end of file
YYINITIAL - Static variable in class org.json.simple.parser.Yylex
Deprecated.
lexical states
YYINITIAL - Static variable in class org.json.simple.Yylex
lexical states
yylength() - Method in class org.json.simple.parser.Yylex
Deprecated.
Returns the length of the matched text region.
yylength() - Method in class org.json.simple.Yylex
Returns the length of the matched text region.
yylex() - Method in class org.json.simple.parser.Yylex
Deprecated.
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.json.simple.Yylex
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
Yylex - Class in org.json.simple.parser
Deprecated.
Yylex - Class in org.json.simple
This class is a scanner generated by JFlex 1.4.3 on 8/30/16 5:50 PM from the specification file /home/davinloegering/cliftonlabs/workspace/json-simple/src/main/lex/jsonstrict.lex
Yylex(InputStream) - Constructor for class org.json.simple.parser.Yylex
Deprecated.
Creates a new scanner.
Yylex(InputStream) - Constructor for class org.json.simple.Yylex
Creates a new scanner.
Yylex(Reader) - Constructor for class org.json.simple.parser.Yylex
Deprecated.
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Yylex(Reader) - Constructor for class org.json.simple.Yylex
Creates a new scanner There is also a java.io.InputStream version of this constructor.
yyline - Variable in class org.json.simple.parser.Yylex
Deprecated.
number of newlines encountered up to the start of the matched text
yyline - Variable in class org.json.simple.Yylex
number of newlines encountered up to the start of the matched text
yypushback(int) - Method in class org.json.simple.parser.Yylex
Deprecated.
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.json.simple.Yylex
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class org.json.simple.parser.Yylex
Deprecated.
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.json.simple.Yylex
Resets the scanner to read from a new input stream.
yystate() - Method in class org.json.simple.parser.Yylex
Deprecated.
Returns the current lexical state.
yystate() - Method in class org.json.simple.Yylex
Returns the current lexical state.
yytext() - Method in class org.json.simple.parser.Yylex
Deprecated.
Returns the text matched by the current regular expression.
yytext() - Method in class org.json.simple.Yylex
Returns the text matched by the current regular expression.
Yytoken - Class in org.json.simple.parser
Deprecated.
since 2.0.0, copied to a new package.
Yytoken - Class in org.json.simple
Represents structural entities in JSON.
Yytoken(int, Object) - Constructor for class org.json.simple.parser.Yytoken
Deprecated.
 
Yytoken(Yytoken.Types, Object) - Constructor for class org.json.simple.Yytoken
 
Yytoken.Types - Enum in org.json.simple
Represents the different kinds of tokens.

Z

ZZ_ACTION - Static variable in class org.json.simple.parser.Yylex
Deprecated.
Translates DFA states to action switch labels.
ZZ_ACTION - Static variable in class org.json.simple.Yylex
Translates DFA states to action switch labels.
ZZ_ACTION_PACKED_0 - Static variable in class org.json.simple.parser.Yylex
Deprecated.
 
ZZ_ACTION_PACKED_0 - Static variable in class org.json.simple.Yylex
 
ZZ_ATTRIBUTE - Static variable in class org.json.simple.parser.Yylex
Deprecated.
ZZ_ATTRIBUTE[aState] contains the attributes of state aState
ZZ_ATTRIBUTE - Static variable in class org.json.simple.Yylex
ZZ_ATTRIBUTE[aState] contains the attributes of state aState
ZZ_ATTRIBUTE_PACKED_0 - Static variable in class org.json.simple.parser.Yylex
Deprecated.
 
ZZ_ATTRIBUTE_PACKED_0 - Static variable in class org.json.simple.Yylex
 
ZZ_BUFFERSIZE - Static variable in class org.json.simple.parser.Yylex
Deprecated.
initial size of the lookahead buffer
ZZ_BUFFERSIZE - Static variable in class org.json.simple.Yylex
initial size of the lookahead buffer
ZZ_CMAP - Static variable in class org.json.simple.parser.Yylex
Deprecated.
Translates characters to character classes
ZZ_CMAP - Static variable in class org.json.simple.Yylex
Translates characters to character classes
ZZ_CMAP_PACKED - Static variable in class org.json.simple.parser.Yylex
Deprecated.
Translates characters to character classes
ZZ_CMAP_PACKED - Static variable in class org.json.simple.Yylex
Translates characters to character classes
ZZ_ERROR_MSG - Static variable in class org.json.simple.parser.Yylex
Deprecated.
 
ZZ_ERROR_MSG - Static variable in class org.json.simple.Yylex
 
ZZ_LEXSTATE - Static variable in class org.json.simple.parser.Yylex
Deprecated.
ZZ_LEXSTATE[l] is the state in the DFA for the lexical state l ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l at the beginning of a line l is of the form l = 2*k, k a non negative integer
ZZ_LEXSTATE - Static variable in class org.json.simple.Yylex
ZZ_LEXSTATE[l] is the state in the DFA for the lexical state l ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l at the beginning of a line l is of the form l = 2*k, k a non negative integer
ZZ_NO_MATCH - Static variable in class org.json.simple.parser.Yylex
Deprecated.
 
ZZ_NO_MATCH - Static variable in class org.json.simple.Yylex
 
ZZ_PUSHBACK_2BIG - Static variable in class org.json.simple.parser.Yylex
Deprecated.
 
ZZ_PUSHBACK_2BIG - Static variable in class org.json.simple.Yylex
 
ZZ_ROWMAP - Static variable in class org.json.simple.parser.Yylex
Deprecated.
Translates a state to a row index in the transition table
ZZ_ROWMAP - Static variable in class org.json.simple.Yylex
Translates a state to a row index in the transition table
ZZ_ROWMAP_PACKED_0 - Static variable in class org.json.simple.parser.Yylex
Deprecated.
 
ZZ_ROWMAP_PACKED_0 - Static variable in class org.json.simple.Yylex
 
ZZ_TRANS - Static variable in class org.json.simple.parser.Yylex
Deprecated.
The transition table of the DFA
ZZ_TRANS - Static variable in class org.json.simple.Yylex
The transition table of the DFA
ZZ_UNKNOWN_ERROR - Static variable in class org.json.simple.parser.Yylex
Deprecated.
 
ZZ_UNKNOWN_ERROR - Static variable in class org.json.simple.Yylex
 
zzAtBOL - Variable in class org.json.simple.parser.Yylex
Deprecated.
zzAtBOL == true invalid input: '<'=> the scanner is currently at the beginning of a line
zzAtBOL - Variable in class org.json.simple.Yylex
zzAtBOL == true invalid input: '<'=> the scanner is currently at the beginning of a line
zzAtEOF - Variable in class org.json.simple.parser.Yylex
Deprecated.
zzAtEOF == true invalid input: '<'=> the scanner is at the EOF
zzAtEOF - Variable in class org.json.simple.Yylex
zzAtEOF == true invalid input: '<'=> the scanner is at the EOF
zzBuffer - Variable in class org.json.simple.parser.Yylex
Deprecated.
this buffer contains the current text to be matched and is the source of the yytext() string
zzBuffer - Variable in class org.json.simple.Yylex
this buffer contains the current text to be matched and is the source of the yytext() string
zzCurrentPos - Variable in class org.json.simple.parser.Yylex
Deprecated.
the current text position in the buffer
zzCurrentPos - Variable in class org.json.simple.Yylex
the current text position in the buffer
zzEndRead - Variable in class org.json.simple.parser.Yylex
Deprecated.
endRead marks the last character in the buffer, that has been read from input
zzEndRead - Variable in class org.json.simple.Yylex
endRead marks the last character in the buffer, that has been read from input
zzEOFDone - Variable in class org.json.simple.parser.Yylex
Deprecated.
denotes if the user-EOF-code has already been executed
zzEOFDone - Variable in class org.json.simple.Yylex
denotes if the user-EOF-code has already been executed
zzLexicalState - Variable in class org.json.simple.parser.Yylex
Deprecated.
the current lexical state
zzLexicalState - Variable in class org.json.simple.Yylex
the current lexical state
zzMarkedPos - Variable in class org.json.simple.parser.Yylex
Deprecated.
the textposition at the last accepting state
zzMarkedPos - Variable in class org.json.simple.Yylex
the textposition at the last accepting state
zzReader - Variable in class org.json.simple.parser.Yylex
Deprecated.
the input device
zzReader - Variable in class org.json.simple.Yylex
the input device
zzRefill() - Method in class org.json.simple.parser.Yylex
Deprecated.
Refills the input buffer.
zzRefill() - Method in class org.json.simple.Yylex
Refills the input buffer.
zzScanError(int) - Method in class org.json.simple.parser.Yylex
Deprecated.
Reports an error that occured while scanning.
zzScanError(int) - Method in class org.json.simple.Yylex
Reports an error that occured while scanning.
zzStartRead - Variable in class org.json.simple.parser.Yylex
Deprecated.
startRead marks the beginning of the yytext() string in the buffer
zzStartRead - Variable in class org.json.simple.Yylex
startRead marks the beginning of the yytext() string in the buffer
zzState - Variable in class org.json.simple.parser.Yylex
Deprecated.
the current state of the DFA
zzState - Variable in class org.json.simple.Yylex
the current state of the DFA
zzUnpackAction() - Static method in class org.json.simple.parser.Yylex
Deprecated.
 
zzUnpackAction() - Static method in class org.json.simple.Yylex
 
zzUnpackAction(String, int, int[]) - Static method in class org.json.simple.parser.Yylex
Deprecated.
 
zzUnpackAction(String, int, int[]) - Static method in class org.json.simple.Yylex
 
zzUnpackAttribute() - Static method in class org.json.simple.parser.Yylex
Deprecated.
 
zzUnpackAttribute() - Static method in class org.json.simple.Yylex
 
zzUnpackAttribute(String, int, int[]) - Static method in class org.json.simple.parser.Yylex
Deprecated.
 
zzUnpackAttribute(String, int, int[]) - Static method in class org.json.simple.Yylex
 
zzUnpackCMap(String) - Static method in class org.json.simple.parser.Yylex
Deprecated.
Unpacks the compressed character translation table.
zzUnpackCMap(String) - Static method in class org.json.simple.Yylex
Unpacks the compressed character translation table.
zzUnpackRowMap() - Static method in class org.json.simple.parser.Yylex
Deprecated.
 
zzUnpackRowMap() - Static method in class org.json.simple.Yylex
 
zzUnpackRowMap(String, int, int[]) - Static method in class org.json.simple.parser.Yylex
Deprecated.
 
zzUnpackRowMap(String, int, int[]) - Static method in class org.json.simple.Yylex
 
A C D E G H I J L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form