Try OpenEdge Now
Working with JSON
Using JSON with OpenEdge
:
Parsing JSON into and serializing JSON from an ABL data object model
:
Features
Features
The ABL JSON object model allows you to:
Parse JSON strings or read ABL data objects (such as temp-tables and ProDataSets) into a hierarchy of JSON object and JSON array classes
Update the individual elements (properties) of each object or array in the hierarchy
Serialize the entire JSON object hierarchy to a variety of JSON string types (memory-resident character strings, files, etc.)