nilportugues / laravel5-jsonapi

Laravel 5 JSON API Transformer Package

Home Page:http://nilportugues.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to work with column contains json_encode of any array

gauravjain028 opened this issue · comments

I am using a column in my database table, which is of text type and it stores json_encode string of any array/object. In this case how JSON API will work? How data will b arranged?