Try OpenEdge Now
skip to main content
Working with JSON
Parsing and Serializing JSON Objects and Arrays : Introduction to the JSON object model in ABL : JsonObject
 

JsonObject

The ABL JsonObject is a map collection. It maps string keys to values. Each key/value pair is called a property. The object's properties are not listed in any specific order. The only way to reference a property is by name.
Because property names are Unicode strings, there is no limitation on the nomenclature of the string. For instance, whitespace characters may also be included in a property name.