Language Reference Guide : 4. System Classes : JsonObject Class : RemoveMember Method
 
Share this page                  
RemoveMember Method
Removes a member from the JsonObject.
This method has the following syntax:
integer = JsonObject.RemoveMember(name = varchar(256))
name
Specifies the name of the member to be removed.
If the method is successful, it returns ER_OK; otherwise, it returns ER_FAIL.