- generateParsed(CharSequence) - Static method in class com.rayrobdod.javaScriptObjectNotation.JSONString
-
Constructs a JSONString that is equivalent to the given CharSequence.
- generateUnparsed(CharSequence) - Static method in class com.rayrobdod.javaScriptObjectNotation.JSONString
-
This generates a JSONString from a raw CharSequence.
- get(int) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
-
Returns the element at the specified position in this list.
- GetArrayElement - Class in com.rayrobdod.javaScriptObjectNotation.parser.listeners
-
A JSONParseListener that extracts the nth item from an array
- GetArrayElement(int, JSONDecoder) - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
-
- GetArrayElement(int) - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
-
Constructs a GetJSONArrayParseListener that finds the specified index
- getArrayList() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToArrayList
-
returns the generated ArrayList
- getCharactersToEscape() - Static method in class com.rayrobdod.javaScriptObjectNotation.JSONString
-
returns the map of character it represents to the escape characters.
- getColonIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
-
- getColonIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
-
- getCount() - Method in class com.rayrobdod.binaryJSON.parser.listeners.GetSize
-
returns the current number of items counted
- getCount() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetSize
-
returns the current number of items counted
- GetElementBounds - Class in com.rayrobdod.javaScriptObjectNotation.parser.listeners
-
This JSONParseListener obtains the bounds (the comma indexes) of an element
in a JSON item.
- GetElementBounds(int) - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
-
Creates a BoundsJSONParseListener that will find the bounds of the spcified
index in the list or object parsed.
- getElementEndIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
-
returns the element's end index
- getElementStartIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
-
returns the element's start index
- getEndCommaIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
-
- getEndCommaIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
-
- getEndCommaIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
-
- getEntry(String) - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
-
- getEscapeToCharacters() - Static method in class com.rayrobdod.javaScriptObjectNotation.JSONString
-
returns the map of escape characters to the character it represents.
- getKey() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
-
- getKeyValueSplitIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetElementBounds
-
returns the element's separation index
- getNull() - Method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither$
-
- getNull() - Static method in class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
-
- getParsedElement() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
-
- getParsedElement() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
-
this returns the element gotten in its parsed form
- getParsedKey() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
-
- getParsedValue() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
-
- getResult() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToArrayList
-
returns the generated HashMap
- getResult() - Method in class com.rayrobdod.binaryJSON.parser.listeners.ToHashMap
-
returns the generated HashMap
- getResult() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.ToHashMap
-
returns the generated HashMap
- GetSize - Class in com.rayrobdod.binaryJSON.parser.listeners
-
This will determine the size of a BSONArray or BSONObject
when used in a JSONParser
.
- GetSize() - Constructor for class com.rayrobdod.binaryJSON.parser.listeners.GetSize
-
- GetSize - Class in com.rayrobdod.javaScriptObjectNotation.parser.listeners
-
This will determine the size of a JSONArray or JSONObject
when used in a
JSONParser
.
- GetSize() - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetSize
-
- getStartCommaIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
-
- getStartCommaIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
-
- getStartCommaIndex() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
-
- getUnparsed() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
-
returns a charsequence containing the unparsed verion of this array
- getUnparsed() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObject
-
returns a charsequence containing the unparsed verion of this object
- getUnparsedElement() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONArrayParseListener
-
- getUnparsedElement() - Method in class com.rayrobdod.javaScriptObjectNotation.parser.listeners.GetArrayElement
-
this returns the element gotten in its unparsed form
- getUnparsedKey() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
-
- getUnparsedString() - Method in class com.rayrobdod.javaScriptObjectNotation.JSONString
-
returns the unparsed version of this string
- getUnparsedValue() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.parseListeners.NextJSONObjectParseListener
-
- getValue() - Method in class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
-
- JSONArray - Class in com.rayrobdod.javaScriptObjectNotation.javaCollection
-
This is an array in the JSON language.
- JSONArray() - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
-
Creates an empty JSONArray
- JSONArray(String) - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
-
Creates a JSONArray based on the string
- JSONArray(Collection<?>) - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArray
-
Creates a JSONArray that contains the same objects as the collection
- jsonArray(String) - Static method in class com.rayrobdod.javaScriptObjectNotation.parser.decoders.isValid
-
- JSONArrayIterator - Class in com.rayrobdod.javaScriptObjectNotation.javaCollection
-
An Iterator that iterators through JSONArrays.
- JSONArrayIterator(String, int) - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArrayIterator
-
- JSONArrayIterator(String) - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONArrayIterator
-
- JSONArrayValidator - Class in com.rayrobdod.javaScriptObjectNotation.parser.listeners
-
This is a JSONParseListener that when run through the JSONParser will be a strict
validator for a JSONArray.
- JSONArrayValidator() - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONArrayValidator
-
- JSONDecoder<RetType> - Interface in com.rayrobdod.javaScriptObjectNotation.parser
-
This takes a String that is properly JSON encoded and turns it into a Java Object
This is basically used to affect the deep parsing of the listeners.
- JSONEither - Class in com.rayrobdod.javaScriptObjectNotation.scalaCollection
-
A class which represents any possible value that can be in a JSON entity.
- JSONEither() - Constructor for class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither
-
- JSONEither$ - Class in com.rayrobdod.javaScriptObjectNotation.scalaCollection
-
- JSONEither$() - Constructor for class com.rayrobdod.javaScriptObjectNotation.scalaCollection.JSONEither$
-
- JSONObject - Class in com.rayrobdod.javaScriptObjectNotation.javaCollection
-
This is an Object in the JSON language.
- JSONObject() - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObject
-
This creates an empty JSONObject
- JSONObject(Map<JSONString, ?>) - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObject
-
This creates a JSONObject containing the contents of other.
- JSONObject(String) - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObject
-
Creates a JSONObject from an unparsed CharSequence
- jsonObject(String) - Static method in class com.rayrobdod.javaScriptObjectNotation.parser.decoders.isValid
-
- JSONObjectEntry - Class in com.rayrobdod.javaScriptObjectNotation.javaCollection
-
An entry in a JSONObject
- JSONObjectEntry(int, int, int, String) - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectEntry
-
- JSONObjectIterator - Class in com.rayrobdod.javaScriptObjectNotation.javaCollection
-
An Iterator that iterators through JSONObjects.
- JSONObjectIterator(String) - Constructor for class com.rayrobdod.javaScriptObjectNotation.javaCollection.JSONObjectIterator
-
- JSONObjectValidator - Class in com.rayrobdod.javaScriptObjectNotation.parser.listeners
-
This is a JSONParseListener that when run through the JSONParser will be a strict
validator for a JSONObject.
- JSONObjectValidator() - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.listeners.JSONObjectValidator
-
- JSONParseAdapter - Class in com.rayrobdod.javaScriptObjectNotation.parser
-
This is an Adapter for JSONParseListener.
- JSONParseAdapter() - Constructor for class com.rayrobdod.javaScriptObjectNotation.parser.JSONParseAdapter
-
- JSONParseListener - Interface in com.rayrobdod.javaScriptObjectNotation.parser
-
Modified and extracted ParseListener from JSONArray
- JSONParser - Class in com.rayrobdod.javaScriptObjectNotation.parser
-
This is the class that parses Strings and calls functions in JSONParseListeners based on what it finds.
- JSONString - Class in com.rayrobdod.javaScriptObjectNotation
-
This is a class that parses and encodes JSONStrings.
- JSONString(CharSequence) - Constructor for class com.rayrobdod.javaScriptObjectNotation.JSONString
-
Creates a JSONString from the specified unparsedString
- JSONString.ParseAdapter - Class in com.rayrobdod.javaScriptObjectNotation
-
an implementation of Parselistener that does nothing
- JSONString.ParseAdapter() - Constructor for class com.rayrobdod.javaScriptObjectNotation.JSONString.ParseAdapter
-
- JSONString.ParseListener - Interface in com.rayrobdod.javaScriptObjectNotation
-
- JSONWriter - Class in com.rayrobdod.javaScriptObjectNotation
-