edgar_ramirez_mondragon
04/14/2021, 9:09 PM[{'value1': None, 'value2': 'somestring'}]
Note the single quotes and Python's None. This is causing problems when attempting to use parse_json on the field.
At the moment we do not deconstruct nested arrays. Arrays are stored as STRINGs with the relevant JSON representation stored as is. e.g. "['banana','apple']"I'd still expect the string to be valid JSON. wdyt, does this merit a new issue?
douwe_maan
04/14/2021, 9:38 PMedgar_ramirez_mondragon
04/14/2021, 9:57 PM