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.
Continue reading...
Code:
{
"sdion": "VSSDG",
"Count": 1,
"documentSummary": [
{
"ddoid": "SSFG11GFG"
"submiss": "SSFG11GFG"
}
]
}
Continue reading...