Convert JSON data to html table for display on page

Comparing #1 with #2

Revision #2 was created by samdark samdark on Dec 24, 2024, 9:24:53 PM.

Formatting

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
*
*/
[...]