DEV Community

Discussion on: JSON Form Definition

Collapse
 
misterhtmlcss profile image
Roger K. • Edited

I bet what you are thinking is a little bit like how platforms like Wix likely (I suspect) work with their data/content.

I'd be game to work on it with you. Let me know. Otherwise good luck and share your progress!

Thread Thread
 
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