DEV Community

Discussion on: JSON Form Definition

 
megazear7 profile image
megazear7

It looks like this is actually right on the money for what I was thinking about: github.com/json-editor/json-editor

It uses json-schema.org/ and then generates an HTML form and comes with integration capabilities with bootstrap, foundation, and jQueryUI.

I think this is actually perfect because it separates concerns it into three pieces:

  1. JSON Schema
  2. HTML Form Generation
  3. Integration with UI frameworks