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: