GetNames( ) method (JsonObject)
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Returns an ABL array that can be used to access all properties in JsonObject.
Return type: CHARACTER
Access: PUBLIC
Applies to: Progress.Json.ObjectModel.JsonObject class
Syntax
|
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.