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, ...
You are tasked with creating a dynamic form generator in React.js. The form generator should allow users to define a form structure dynamically and then render the form based on the provided structure ...