Hi All,
Needed help reading the data from json in the below format using json_table function
Note that data inside the test2UUIDS are dynamic. I will not know how many key:value pairs will present.
[
{
"test1UUIDs": {},
"test2UUIDs": {
"1": "aaaaaa",
"2": "bbbbb"
},
{
"test1UUIDs": {},
"test2UUIDs": {}
]