Search notes:

ORA-40834: invalid input to JSON parse/load function

JSON object types

JSON object types don't accept null when they're initialized:
select
   json_array_t(cast null as number)
from
   dual;

See also

Other Oracle error messages

Index