Parse array of string in PLJSON oracle
问题 I have to parse a array of string in my JSON with ORACLE dans PLJSON module. I'm able to parse data without array like CLE,X,Y.. But when I want to get COLORS or REGROUPEMENT_COLORS, this return me nothing. There is the code: DECLARE obj json := json(); obj_1 json := json(); arr json_list := json_list(); test varchar2(255); BEGIN obj := json('{ "DASHBOARD": { "userUid": "", "DATA_DASHBOARD": [ { "CLE": "TESTTEST", "X": "", "Y": "", "COL": "", "ROW": "", "CLASSCOLOR": "", "COLORS": ["df","df"]