Giter VIP home page Giter VIP logo

json2html-flask's Introduction

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

Json2Html App

It has been said that 80% of what people learn is VISUAL.
โ€” Allen Klein

Install json2html Python Package

pip install json2html

Package Link

###Online Live Demo

Json2Html

json2html-flask's People

Contributors

damenleeturks avatar softvar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

json2html-flask's Issues

Support for python3 ?

On running it on python3 it throws an error

ModuleNotFoundError: No module named 'UserDict'

Looks like UserDict is scrapped from python3 so any new commits for the same.

Allow top level element to be a list?

Hi, I absolutely love this package, thanks so much! Would it be possible to enable the top level element to be a list? It would make my life that little bit easier. I can work around it by messing with the HTML output but if it supported this feature it would be perfect.

Charlie.

XSS

Interesting project! I found this little thing:

Input:

{
 "foo": "bar",
 "test": "<script>alert()</script>"
}

Output:

<table border="1"><tr><th>foo</th><td>bar</td></tr><tr><th>test</th><td><script>alert()</script></td></tr></table>

The <script>alert()</script> should be encoded to avoid XSS.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.