Postgresql jsonb or array support?

We have data stored in array and jsonb columns. does SC have any way to insert or update that without dropping into custom php functions.

If not, can anyone recommend the best way to insert or update array or jsonb data with a form app?

For a grid app, I just flatten the jsonb or array into a view so SC just sees a normal table.

Note: “array” here refers to the postgres datatype, not a php type array.

Thanks a bunch