https://github.com/softvar/json2html-flask
:snake: Webapp to convert complex JSON Object to HTML representation
https://github.com/softvar/json2html-flask
flask-application html-representation html-table json json2html table
Last synced: 16 days ago
JSON representation
:snake: Webapp to convert complex JSON Object to HTML representation
- Host: GitHub
- URL: https://github.com/softvar/json2html-flask
- Owner: softvar
- License: mit
- Created: 2013-10-08T20:00:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T15:32:19.000Z (almost 5 years ago)
- Last Synced: 2025-04-19T18:33:49.462Z (about 1 month ago)
- Topics: flask-application, html-representation, html-table, json, json2html, table
- Language: HTML
- Homepage: http://json2html.varunmalhotra.xyz/
- Size: 311 KB
- Stars: 95
- Watchers: 6
- Forks: 29
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## json2html-flask
Json2Html is a python web-app which helps in converting a JSON Object into its HTML representation i.e HTML Tables.
Non-technical audience and even sometimes Geeks get confused in understanding the JSON representation which constitutes a whole complex list of *strings, numbers, arrays, sub-arrays, sub-objects and so on*. This web-app provides them learning and better understanding of complex JSON.
### Featured on [ProductHunt](https://www.producthunt.com/tech/json2html)
![]()
> It has been said that 80% of what people learn is VISUAL.
> — Allen Klein### Install json2html Python Package
```Shell
pip install json2html
```[Package Link](https://github.com/softvar/json2html)
###Online Live Demo
[Json2Html](http://json2html.varunmalhotra.xyz/)