JSON_TO_HTML is the help/Playground for JTH A Dynamic form generation using json. JTH is the small Script that render and execute in DOM. It's work as single page application.Compare to other similar library it has extra features like recursion child render, Conditional Statement, Looping Statement, Templates etc. for more visit https://github.com/vishnubhadri/JTH
- src/index.html home page holds the script that Intilize DOM.
- src/JTH.js is the library of JTH (https://github.com/vishnubhadri/JTH).
- src/help.js is the JSON content which loads in the help tab. The key title that load on the left side and the coresponding content that generate on other half of the page when the user click the title.