Example: Parse JSON into objects and arrays with ABL
- Last Updated: October 18, 2024
- 2 minute read
- OpenEdge
- Version 13.0
- 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:
|