Generating JSON using APEX_JSON Ashish Sahay February 26, 2020 Sample tables from Oracle CREATE TABLE DEPT ( DEPTNO NUMBER(2) CONSTRAINT PK_DEPT PRIMARY KEY, DNAME VARCHAR2(14), LOC VARCHAR2(... Show More
APEX_JSON Nested parsing Ashish Sahay February 26, 2020 APEX_JSON Nested JSON data parsing Sample JSON { "RAW": { "LEVEL_1": "2", "LEVEL_1_ARRAY... Show More
Apex_json parsing Samples Ashish Sahay March 03, 2016 APEX_JSON parsing Samples : To read from a string that contains JSON data, first use parse() to convert the string to an internal format.... Show More