Render JSON payload inside table

I have a json column inside the table and want to render the alll the column name and value inside the table. e.g payload column name and data
{"id":15078554239285,"current_quantity":1,"fulfillable_quantity":1,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":227,"name":"Shorts & Short Sleeve Pajamas - Both Shorts & Shirt \/ Medium \/ 1 Pet","price":"64.00","price_set":{"shop_money":{"amount":"64.00","currency_code":"USD"}, ... }
{"id":15078554239285,"current_quantity":1,"fulfillable_quantity":1,"fulfillment_service":"manual","fulfillment_status":null,"gift_card":false,"grams":227,"name":"Shorts & Short Sleeve Pajamas - Both Shorts & Shirt \/ Medium \/ 1 Pet","price":"64.00","price_set":{"shop_money":{"amount":"64.00","currency_code":"USD"}, ... }
and table like
Column Name Value
id 15078554239285
current_quantity 1
fulfillable_quantity 1
...
Column Name Value
id 15078554239285
current_quantity 1
fulfillable_quantity 1
...
0 Replies
No replies yetBe the first to reply to this messageJoin