Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

acceptField(String, JSONStreamReader.ParseState, SizedIterable<StructureIdentifier>) - Method in interface org.json.stream.LimitFilter
Determine whether to accept or reject a value within an object.
acceptIndex(int, JSONStreamReader.ParseState, SizedIterable<StructureIdentifier>) - Method in interface org.json.stream.LimitFilter
Determine whether to accept or reject a value within an array.
accumulate(String, Object) - Method in class org.json.JSONObject
Accumulate values under a key.
addNull(Map<String, Object>, String) - Method in class org.json.stream.CollectionCollector
Adds a Java null value an an entry to the given JSON object.
addNull(List<Object>) - Method in class org.json.stream.CollectionCollector
Adds a Java null value to the given JSON array.
addNull(JSONObject, String) - Method in class org.json.stream.JSONCollector
Adds a JSONObject.NULL value an an entry to the given JSONObject.
addNull(JSONArray) - Method in class org.json.stream.JSONCollector
Adds a JSONObject.NULL value to the given JSONArray.
addNull(OA, String) - Method in interface org.json.stream.StructureCollector
Adds a JSON null entry to the given JSON object.
addNull(AA) - Method in interface org.json.stream.StructureCollector
Adds a JSON null value to the given JSON array accumulator.
addValue(Map<String, Object>, String, Object) - Method in class org.json.stream.CollectionCollector
 
addValue(List<Object>, Object) - Method in class org.json.stream.CollectionCollector
 
addValue(JSONObject, String, Object) - Method in class org.json.stream.JSONCollector
 
addValue(JSONArray, Object) - Method in class org.json.stream.JSONCollector
 
addValue(OA, String, Object) - Method in interface org.json.stream.StructureCollector
Adds the given entry to the given JSON object.
addValue(AA, Object) - Method in interface org.json.stream.StructureCollector
Adds the given value to the given JSON array accumulator.
ALStack<E> - Class in org.json.util
A simple unsynchronized stack implementation, used by JSONStreamReader.
ALStack() - Constructor for class org.json.util.ALStack
Create a new stack object.
ALStack(int) - Constructor for class org.json.util.ALStack
Create a new stack object with a given initial size.
AMP - Static variable in class org.json.XML
The Character '&'.
APOS - Static variable in class org.json.XML
The Character '''.
append(String, Object) - Method in class org.json.JSONObject
Append values to the array under a key.
append(String) - Method in class org.json.JSONPointer.Builder
Adds an arbitary token to the list of reference tokens.
append(int) - Method in class org.json.JSONPointer.Builder
Adds an integer to the reference token list.
append(CharSequence) - Method in class org.json.util.BufferedAppendable
Appends the specified character sequence to this BufferedAppendable.
append(CharSequence, int, int) - Method in class org.json.util.BufferedAppendable
Appends a subsequence of the specified character sequence to this BufferedAppendable.
append(char) - Method in class org.json.util.BufferedAppendable
Appends the specified character to this BufferedAppendable.
appendJSON(Appendable) - Method in interface org.json.JSONAppendable
The appendJSON() method allows a class to produce its own JSON serialization.
appendNextNumberValue(T) - Method in class org.json.stream.JSONLimitStreamReader
If the ParseState was JSONStreamReader.ParseState.NUMBER_VALUE, append the number sequence to the given Appendable.
appendNextNumberValue(T) - Method in class org.json.stream.JSONStreamReader
If the ParseState was JSONStreamReader.ParseState.NUMBER_VALUE, append the number sequence to the given Appendable.
appendNextStringValue(T) - Method in class org.json.stream.JSONStreamReader
If the ParseState was JSONStreamReader.ParseState.STRING_VALUE, append the decoded value to the given Appendable.
array() - Method in class org.json.JSONWriter
Begin appending a new array.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links