The JSON Form library is a JavaScript client-side library that takes a structured data model defined using JSON Schema as input and returns a Bootstrap 3-friendly HTML form that matches the schema.
This seed demonstrates how to use JSON Forms with React in order to render a simple form for displaying a task entity. It is based on create-react-app and only contains minor modifications. The data ...