loading and accessing JSON , help Oracle
I'm having trouble reading JSON nested arrays in : Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production // Linux
I can load JSON data file into a CLOB and access most of the elements , except nested arrays. APEX tool (19.2) will NOT handle this and is very limited, that is can not handle nested complex arrays/lists (tried this in 11g). Thought moving to oracle 12c would solve this problem and has for the most part except for complex nesting it appears. Below is an example of JSON:
{"elements":2,"elmvalues":[
{"filter":"group1","points":[["1635379200","0.0"],["1635382800","0.0"]],"properties":{"city":"MyCity","part":"Null0","name":"CIn","sitename":"MYSITEH01","custacct":"CUST1","device":"DEVICE1"}},