APEX_JSON.WRITE_RAW
APEX_JSON write unescaped json write an unescaped array attribute. use the escaping write() procedures instead, if possible.
PARAMETERS
p_value The value to be written which can be longer than 32KB EXAMPLE Write an array attribute that contains JSON
declare l_value apex_application_global.vc_arr2; begin l_value(1) …