Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T15:32:19.000Z (over 4 years ago)
- Last Synced: 2024-05-02T00:02:16.344Z (7 months ago)
- Topics: flask-application, html-representation, html-table, json, json2html, table
- Language: HTML
- Homepage: http://json2html.varunmalhotra.xyz/
- Size: 311 KB
- Stars: 94
- Watchers: 7
- Forks: 30
- 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/)