-
Appends value
to the array already mapped to name
.
Returns the value at index
if it exists and is a
JSONObject
.
Returns the value mapped by name
if it exists and is a
JSONObject
.
Returns the value at index
if it exists and is a
JSONObject
.
Returns the value mapped by name
if it exists and is a
JSONObject
.
Maps name
to value
, clobbering any existing name/value
mapping with the same name.
Maps name
to value
, clobbering any existing name/value
mapping with the same name.
Maps name
to value
, clobbering any existing name/value
mapping with the same name.
Maps name
to value
, clobbering any existing name/value
mapping with the same name.
Maps name
to value
, clobbering any existing name/value
mapping with the same name.
Equivalent to put(name, value)
when both parameters are non-null;
does nothing otherwise.
Returns a new object whose values are the values in this array, and whose
names are the values in names
.
Creates a new JSONObject
by copying mappings for the listed names
from the given object.