JSON to data table: how to avoid NULL columns being automatically dropped?
Hi All, I'm using JMP 15 and have JSL that retrieves a JSON payload via Http Request(), runs it through Char to Blob(), and then open()s it in a data table. The JSON payload content is dynamic, but is always mappable to a tabular format (rows and columns). The issue: if any keys in the JSON have all NULL values, they are not included in the data table (i.e., no columns are created for these keys)....