I have a table.html, data.php and json.csv within the same folder.
data.php is doing fopen(\"json.csv\",\"r\") to read f
fopen(\"json.csv\",\"r\")
You can use this library for converting Json to Standard HTML table: Json-To-Html-Table