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 

G

get(int) - Method in class org.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.json.JSONObject
Get the value object associated with a key.
getBigDecimal(int) - Method in class org.json.JSONArray
Get the BigDecimal value associated with an index.
getBigDecimal(String) - Method in class org.json.JSONObject
Get the BigDecimal value associated with a key.
getBigInteger(int) - Method in class org.json.JSONArray
Get the BigInteger value associated with an index.
getBigInteger(String) - Method in class org.json.JSONObject
Get the BigInteger value associated with a key.
getBoolean(int) - Method in class org.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.json.JSONObject
Get the boolean value associated with a key.
getColumn() - Method in class org.json.ParsePosition
Get the column position for the location in the parsed stream.
getContentNodes() - Method in class org.json.stream.BuilderLimits
Total number of child nodes per object or array.
getDouble(int) - Method in class org.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.json.JSONObject
Get the double value associated with a key.
getEnum(Class<E>, int) - Method in class org.json.JSONArray
Get the enum value associated with an index.
getEnum(Class<E>, String) - Method in class org.json.JSONObject
Get the enum value associated with a key.
getExponentDigits() - Method in class org.json.stream.BuilderLimits
The maximum number of exponent digits in a number.
getFilter() - Method in class org.json.stream.BuilderLimits
Soft filtering for any object, array, or value that passes the other limits provided.
getIdentifier() - Method in interface org.json.util.StructureIdentifier
Returns an identifier fragment for this structure.
getIdentifier() - Method in class org.json.write.NullStructureWriter
Returns null for no identifier.
getIdentifier() - Method in class org.json.write.SimpleStructureWriter
Returns null for no identifier.
getInstance() - Static method in class org.json.write.NullStructureWriter
Factory method for NullStructureWriter.
getInstance(int) - Static method in class org.json.write.SimpleStructureWriter
Factory method for SimpleStructureWriter.
getInt(int) - Method in class org.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.json.JSONObject
Get the int value associated with a key.
getJSONArray(int) - Method in class org.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.json.JSONObject
Get the JSONObject value associated with a key.
getJSONPointer() - Method in exception org.json.JSONWriterException
 
getKeyLength() - Method in class org.json.stream.BuilderLimits
The maximum length of any key.
getLastCharacter() - Method in class org.json.ParsePosition
Get the most recent character parsed by the scanner.
getLine() - Method in class org.json.ParsePosition
Get the line position for the location in the parsed stream.
getLong(int) - Method in class org.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.json.JSONObject
Get the long value associated with a key.
getMantissaDigits() - Method in class org.json.stream.BuilderLimits
The maximum number of mantissa digits in a number.
getNames(JSONObject) - Static method in class org.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.json.JSONObject
Get an array of field names from an Object.
getNestingDepth() - Method in class org.json.stream.BuilderLimits
Total nesting depth of objects or arrays.
getParsePosition() - Method in class org.json.stream.JSONStreamReader
Indicates the current position of the scanner.
getPosition() - Method in exception org.json.JSONParseException
Return the parse position where the error occured as a ParsePosition object.
getPosition() - Method in class org.json.ParsePosition
Get the absolute position relative to the start of the parsed stream.
getPositionDetails() - Method in exception org.json.JSONParseException
Get a String representation of the parse position where the error occurred.
getPositionDetails() - Method in class org.json.ParsePosition
Get a String representation of the parse position.
getStackDepth() - Method in class org.json.stream.JSONStreamReader
Get the depth of nested objects, arrays, or values.
getString(int) - Method in class org.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.json.JSONObject
Get the string associated with a key.
getStringLength() - Method in class org.json.stream.BuilderLimits
The maximum length of any string value.
getStructureType() - Method in class org.json.write.NullStructureWriter
Returns 'i' to indicate the initial structure.
getStructureType() - Method in class org.json.write.SimpleStructureWriter
Returns 'i' to indicate the initial structure.
getStructureType() - Method in interface org.json.write.StructureWriter
Returns the type of this structure as a char value.
GT - Static variable in class org.json.XML
The Character '>'.
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