Snowflake sometimes returns an "undefined" value inside of arrays created by SQL expression CREATE_ARRAY(NULL). This fixes it by using the process described in https://skeptric.com/demjson/
Tested by pasting new code into ipython and running formerly invalid value through load_js_object(x) to make sure it parsed and running automated tests.
Snowflake sometimes returns an "undefined" value inside of arrays created by SQL expression CREATE_ARRAY(NULL). This fixes it by using the process described in https://skeptric.com/demjson/
Tested by pasting new code into ipython and running formerly invalid value through
load_js_object(x)
to make sure it parsed and running automated tests.