No guarantee that this relates to, or fixes, what you've run into, but a few years...
This works for me: DECLARE j json := json('{"key":"value"}'); c CLOB; BEGIN j.print;...
Something I found immensely helpful are the 19 examples that Jonas provides in the...
json_util_pkg.sql_to_json() returns a json_list, which isn't a native data type....
The install script supplied by Jonas should have compiled not only the packages,...