PLSQL-JSON icon indicating copy to clipboard operation
PLSQL-JSON copied to clipboard

The JSON encode/decode library for Oracle PL/SQL

Results 2 PLSQL-JSON issues
Sort by recently updated
recently updated
newest added

Hi! After installing your last plsql-json release into database appear invalid object: JSON_EXT and gives error: 24 wrong number of types of arguments in call to 'JSON_VALUE' 358 component 'MAKENULL'...

After a JSON string has been parsed into a json_object, modifications (put('field','value')) are not included in the non-raw output. Sample code: ``` set serveroutput on size unlimited; declare v_json json_object;...