Previous Next

GetNames( ) method (JsonObject)
Returns an ABL array that can be used to access all properties in JsonObject.
Return type:
Access:
Applies to:
 
Syntax 
GetNames( )
If the object is empty, an array is returned whose extent is the Unknown value (?). To examine every property in an object, loop through the returned ABL array and retrieve each property using its name.

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