laravel5-jsonapi
laravel5-jsonapi copied to clipboard
How to work with column contains json_encode of any array
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?