Remove( ) method (JsonObject)
Removes the named property from the JsonObject. On successful execution, this method returns TRUE.
Return type: LOGICAL
Access: PUBLIC
Syntax
Remove( INPUT property-name AS CHARACTER )
|
property-name
A CHARACTER expression naming the property to be removed from the object.
A JsonError is raised if:
property-name is the empty string (""), or is the Unknown value (
?)
The property does not exist