-
Append an object to the underlying list.
Extract a
BigDecimal
value from the underlying object.
boolean
Extract a boolean value from an underlying
Boolean
.
void
boolean
Tests whether there is an object at the given key in the underlying map.
double
Extract a double value from an underlying
Number
.
Retrieve the object at the index'th position in the underlying list.
JSONValue.get(int index,
Object defaultValue)
Retrieve the object at the index'th position in the underlying list, or
the given default value if there is no such index.
Retrieve the object at the given key in the underlying map.
Retrieve the object at the given key in the underlying map, or
the given default value if there is no such key.
Iterate over JSONValue-wrapped items in the underlying value, which is cast to a
List
Cast the underlying value to
List
.
long
Extract a long value from an underlying
Number
.
Iterate over JSONValue-wrapped entries in the underlying value, which is cast to a
Map
Iterate over keys of the underlying value, which is cast to a
Map
Cast the underlying value to
Map
.
Iterate over JSONValue-wrapped entries in the underlying value, which is cast to a
Map
Replace the object at the given key in the underlying map.
Remove the object at the given key in the underlying map.
Replace the object at the index'th position in the underlying list.
int
Cast the underlying value to
String
.