I am trying to parse JSON in Oracle SQL.
Oracle DB version 12.1.0.2
{
"Rownum": "1",
"Name": "John",
"AddressArray":["Address1", "Address2"],
"TextObj":[{
"mName" : "Carol",
"lName" : "Cena"
},
{
"mName" : "Mark",
"lName" : "Karlo"
}
]
}
output should look like below:

JSON_TABLEfunction. What have you tried ?json_tableand the output or errors you got. We can then (hopefully) explain what you did wrong.