Comparing
#1 with
#2
Tags
JSON,html
Content
I have a calls which help me display json directly in html table.
```
PHPphp
Json2Table::formatContent($json);
```
The code of
`Json2Table
` class
is here
============================================:
```
PHPphp
/**
* Class convert Json to html table. It help view json data directly.
* @author shiv
*
*/[...]