Has( ) method (JsonObject)
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns a LOGICAL indicating if the JsonObject contains the named property.
Return type: LOGICAL
Access: PUBLIC
Applies to: Progress.Json.ObjectModel.JsonObject class
Syntax
|
- property-name
- A CHARACTER expression naming the property to be tested.
property-name is case-sensitive.
If
this parameter is the empty string ("") or is the Unknown value (?),
a JsonError is raised.