Adds a new member at the end of this object, with the specified name and the JSON
representation of the specified boolean
value.
Adds a new member at the end of this object, with the specified name and the JSON
representation of the specified double
value.
Adds a new member at the end of this object, with the specified name and the JSON
representation of the specified float
value.
Adds a new member at the end of this object, with the specified name and the JSON
representation of the specified int
value.
Adds a new member at the end of this object, with the specified name and the JSON
representation of the specified long
value.
Adds a new member at the end of this object, with the specified name and the JSON
representation of the specified string.
Adds a new member at the end of this object, with the specified name and the specified JSON
value.
Returns this JSON value as
JsonObject
, assuming that this value represents a JSON
object.
Reads a JSON object from the given reader.
Reads a JSON object from the given string.
Removes a member with the specified name from this object.
Sets the value of the member with the specified name to the JSON representation of the
specified boolean
value.
Sets the value of the member with the specified name to the JSON representation of the
specified double
value.
Sets the value of the member with the specified name to the JSON representation of the
specified float
value.
Sets the value of the member with the specified name to the JSON representation of the
specified int
value.
Sets the value of the member with the specified name to the JSON representation of the
specified long
value.
Sets the value of the member with the specified name to the JSON representation of the
specified string.
Sets the value of the member with the specified name to the specified JSON value.
Returns an unmodifiable JsonObject for the specified one.