How to render json column data in table TextColumn

I have call_email json field that holds the data inserted using repeater and array casted in the model :
[{"email": "email@email.com", "phone": "+8798998786xx"}]
How to show this data in TextColumn ?
Was this page helpful?