So for example
SELECT json_object ('hist' VALUE NULL FORMAT JSON)
FROM DUAL;
returns
{"hist":null}
I would like it to return
"hist":null
I do a great deal of JSON generation using many different sources that are combined in a single document. So the extra wrapper is causing issues.
Thanks
Larry
1