Previous Next

IsNull( ) method (JsonObject)
Returns a LOGICAL indicating if a property in a JsonObject contains the null value.
Return type:
Access:
Applies to:
 
Syntax 
IsNull(INPUT property-name AS CHARACTER )
property-name
A CHARACTER expression naming the property to be tested.
A JsonError is raised if:
*
property-name is the empty string (""), or is the Unkown value (?)
*

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