Previous Next

Has( ) method (JsonObject)
Returns a LOGICAL indicating if the JsonObject contains the named property.
Return type:
Access:
Applies to:
 
Syntax 
Has( INPUT property-name AS CHARACTER )
property-name
A CHARACTER expression naming the property to be tested.
If this parameter is the empty string (“”) or is the Unknown value (?), a JsonError is raised.

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