Try OpenEdge Now
skip to main content
Working with JSON
Reading and Serializing JSON to/from ProDataSets and Temp-tables
 

Reading and Serializing JSON to/from ProDataSets and Temp-tables

The AVM can serialize the data from ABL temp-tables and ProDataSets to JSON data. Similarly, you can read or read and load JSON data into a temp-table or ProDataSet.
Note: The examples used in this chapter are found in the doc_samples\src\prodoc\json directory.
* ABL support for JSON
* Data type mapping
* Writing JSON from a temp-table, temp-table buffer, or a ProDataSet
* Writing JSON from a temp-table buffer's current row
* Reading JSON into a temp-table, temp-table buffer, or ProDataSet
* Using JSON with WebSpeed