To clarify...my data (though I can change it) is in a database table in a column formatted as text and I have arrays like
["cat1","cat2","cat3"]
Should this work or do I need it as a type JSONB and have an object like:
{"categories":["cat1","cat2","cat3"]}