Repeater on a simple json column

So i have a simple json column which just stores an list of items.

["apples", "pears", "oranges", "filamentIsGreat"]


As you can see there is no keys. In my model it is cast as an array.

Is it possible to use a repeater field to manage these? Or a better way?

I couldn't work it out or see anything in the docs
Was this page helpful?