Try OpenEdge Now
skip to main content
Working with JSON
Using JSON with OpenEdge : Parsing JSON into and serializing JSON from an ABL data object model : Use Cases : ABL Support : Progress.Json.ObjectModel.JsonObject class
 
Progress.Json.ObjectModel.JsonObject class
This class encapsulates a single JSON object, which can contain any number of properties(name/value pairs) of various JSON data types, including other JSON objects or arrays. It provides public methods to access and change the object's data in a number of ways.