Example: Parse JSON into objects and arrays with ABL
- Last Updated: October 17, 2024
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
The following test.json file contains a mixture of of JSON object data and
JSON arrays:
|
You can parse a file containing this JSON with the following example code:
|