GetNames( ) method (JsonObject)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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. Note that property
names are case-sensitive.