[Stackoverflow] [Progress OpenEdge ABL] PROGRESS 4GL - How to read JSON file and store it into temp table?

  • Thread starter Thread starter David
  • Start date Start date
Status
Not open for further replies.
D

David

Guest
I am new to progress 4GL and want to know how to write a query which parse below json file and store it into temp table.

Code:
{
"sdion": "VSSDG",
"Count": 1,
"documentSummary": [
    {
        "ddoid": "SSFG11GFG"
        "submiss": "SSFG11GFG"
    }
]
}

Continue reading...
 
Status
Not open for further replies.
Back
Top