Adds a member, which is a name-value pair, to self.
Returns a deep copy of this element.
Returns a set of members of this object.
Returns the member with the specified name.
convenience method to get this element as a JsonObject.
convenience method to get this element as a JsonPrimitive.
Removes the property from this JsonObject.
Generated using TypeDoc
A class representing an object type in Json. An object consists of name-value pairs where names are strings, and values are any other type of JsonElement. This allows for a creating a tree of JsonElements. The member elements of this object are maintained in order they were added.
See com.google.gson.JsonObject for full documentation