I using bootstrap datatables to display data from an API in a table. Here is the data:
{ \"response_status\": { \"status_code\": 0, \"status_message\":
Considering your data is stored in some variable say $your_data... Use json_decode($your_data,true) to get the data in array format... then loop the array