Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : Remove( ) method (JsonObject)
 

Remove( ) method (JsonObject)

Removes the named property from the JsonObject. On successful execution, this method returns TRUE.
Return type: LOGICAL
Access: PUBLIC
Applies to: Progress.Json.ObjectModel.JsonObject class

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