Remove( ) method (JsonObject)
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
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
|
- 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