59 APEX_T_JAVASCRIPT_OBJECT

The APEX_T_JAVASCRIPT_OBJECT object type is a utility for constructing JavaScript objects to be passed onto the browser. Note that this object type does not construct JSON, but JavaScript objects, with support for unescaped properties like functions.

To construct JSON objects, use native database functionalities like sys.json_object_t instead.