JSON as Lists column data type

LabKey Support Forum (Inactive)
JSON as Lists column data type jeckels  2022-01-14 09:16
Status: Active
 

I'm glad that you're unblocked.

Note that you can also use the parse_jsonb() function in a SQL query to parse a VARCHAR-style column into a JSONB value. For example, with a hard-coded string value:

parse_jsonb('{"a":1, "b":null}')

https://www.labkey.org/Documentation/wiki-page.view?name=labkeysql

Thanks,
Josh