Page 1 of 1

JSON Editor - Use JSON Schema to generate HTML form

PostPosted: Tue Dec 04, 2018 4:41 pm
by pmk65
JSON-Editor

Image

JSON Editor takes a JSON Schema and uses it to generate an HTML form.
It has full support for JSON Schema version 3 and 4 and can integrate with several popular CSS frameworks (bootstrap, foundation, materialize and jQueryUI).

GitHub: https://github.com/json-editor/json-editor

Also check out the interactive demo: https://json-editor.github.io/json-editor/

Re: JSON Editor - Use JSON Schema to generate HTML form

PostPosted: Wed Dec 05, 2018 10:29 am
by pety
Awesome, thanks !

Re: JSON Editor - Use JSON Schema to generate HTML form

PostPosted: Thu Mar 07, 2019 10:15 am
by lumuss
JSON Editor takes a JSON Schema and uses it to generate an HTML form.
It has full support for JSON Schema version 3 and 4 and can integrate with several popular CSS frameworks (bootstrap, foundation, materialize and jQueryUI).

GitHub: https://github.com/json-editor/json-editor

Also check out the interactive demo: https://json-editor.github.io/json-editor


Thanks for sharing. Is Ace Editor required as well? Where can I find the example?

Re: JSON Editor - Use JSON Schema to generate HTML form

PostPosted: Thu Mar 07, 2019 11:34 am
by pmk65
I made a Playground page for testing various aspects of the JSON-Editor. It includes several examples.
You can try it here: https://pmk65.github.io/jedemov2/dist/demo.html

ACE Editor is optional. If you don't need it, you don't load it :)

Re: JSON Editor - Use JSON Schema to generate HTML form

PostPosted: Thu Aug 29, 2019 5:20 am
by jonholland
one question: how to store data in database that we are taking from json form

Re: JSON Editor - Use JSON Schema to generate HTML form

PostPosted: Sun Sep 01, 2019 2:11 pm
by pmk65
jonholland wrote:one question: how to store data in database that we are taking from json form


See: https://github.com/json-editor/json-editor/issues/419