Previous Next

Remove( ) method (JsonObject)
Removes the named property from the JsonObject. On successful execution, this method returns TRUE.
Return type:
Access:
Applies to:
 
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 Unkown value (?)
*

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.