fun remove(name: String?): JsonObject
Removes a member with the specified name from this object. If this object contains multiple members with the given name, only the last one is removed. If this object does not contain a member with the specified name, the object is not modified.
name
- the name of the member to remove
Return
the object itself, to enable method chaining