skip to Main Content

Parse nested JSON in SQL

I have this JSON: [{ "id": 1, "meta": [{ "key": "key1", "value": "ValueKey1" }, { "key": "key2", "value": "ValueKey2" } ] }, { "id": 2, "meta": [{ "key": "key2", "value": "ValueKey2" } ] }, { "id": 3, "meta": [{ "key":…

VIEW QUESTION

OpenEdge JSON with a extent propertry

I'm having trouble reading a JSON that has a extent[6] data property. This is the JSON: { "SalesRep": [ { "SalesRep": "BBB", "RepName": "Brawn , Bubba B.", "Region": "East", "MonthQuota": [ 1600,1648,1697,1748,1800,1854 ] } ] } I want to read…

VIEW QUESTION
Back To Top
Search