🌐
GitHub
github.com › Optum › jsonschema-editor-react
GitHub - Optum/jsonschema-editor-react: A react module for maintaining json schema. Built with Chakra-UI
import JsonSchemaEditor from ... App; jsonchema-editor-react is Copyright © 2021 Optum. It is free software and may be redistributed under the Apache 2.0 license....
Starred by 66 users
Forked by 35 users
Languages   TypeScript 99.7% | TypeScript 99.7%
🌐
GitHub
github.com › thomas4019 › json-schema-editor
GitHub - thomas4019/json-schema-editor: React based editor for JSON Schemas
React based editor for JSON Schemas. Contribute to thomas4019/json-schema-editor development by creating an account on GitHub.
Starred by 32 users
Forked by 3 users
Languages   JavaScript 100.0% | JavaScript 100.0%
🌐
GitHub
github.com › rjsf-team › react-jsonschema-form
GitHub - rjsf-team/react-jsonschema-form: A React component for building Web forms from JSON Schema. · GitHub
A simple React component capable of using JSON Schema to declaratively build and customize web forms. Explore the docs » View Playground · Report Bug ·
Starred by 15.7K users
Forked by 2.3K users
Languages   TypeScript 97.4% | CSS 2.0%
🌐
GitHub
github.com › ginkgobioworks › react-json-schema-form-builder
GitHub - ginkgobioworks/react-json-schema-form-builder: Visual editor for forms based on json schema, built in React JS · GitHub
import React, { useState } from 'react'; import { FormBuilder } from '@ginkgo-bioworks/react-json-schema-form-builder'; function Example() { const [schema, setSchema] = useState('{}'); const [uischema, setUiSchema] = useState('{}'); return ( <FormBuilder schema={schema} uischema={uischema} onChange={(newSchema, newUiSchema) => { setSchema(newSchema); setUiSchema(newUiSchema); }} /> ); } export default Example;
Starred by 372 users
Forked by 96 users
Languages   TypeScript
🌐
CodeSandbox
codesandbox.io › examples › package › react-json-schema-editor
react-json-schema-editor examples - CodeSandbox
Aboutreact-json-schema-editor3Weekly Downloads · Latest version1.1.1 · LicenseMIT · External Links · github.com/isuvorov/react-json-schema-editor#readme · github.com/isuvorov/react-json-schema-editor/issues ·
🌐
Marmelab
marmelab.com › react-admin › JsonSchemaForm.html
React-admin - JsonSchemaForm
npm install --save @react-admin/ra-json-schema-form # or yarn add @react-admin/ra-json-schema-form
🌐
ReactScript
reactscript.com › home › categories › text › json schema editor for react
JSON Schema Editor For React | Reactscript
April 7, 2017 - A React JSON Schema Editor that generates HTML for creating and modifying json schemas.
Find elsewhere
🌐
GitHub
github.com › Open-Federation › json-schema-editor-visual
GitHub - Open-Federation/json-schema-editor-visual: A json-schema editor of high efficient and easy-to-use, base on React.
A json-schema editor of high efficient and easy-to-use, base on React. - Open-Federation/json-schema-editor-visual
Starred by 1.1K users
Forked by 234 users
Languages   JavaScript 94.3% | CSS 5.0% | HTML 0.7% | JavaScript 94.3% | CSS 5.0% | HTML 0.7%
🌐
GitHub
github.com › isuvorov › react-json-schema-editor
GitHub - isuvorov/react-json-schema-editor: React JSON Schema Based Editor · GitHub
React JSON Schema Based Editor. Contribute to isuvorov/react-json-schema-editor development by creating an account on GitHub.
Author   isuvorov
🌐
npm
npmjs.com › package › react-schema-based-json-editor
react-schema-based-json-editor - npm
July 10, 2021 - Docs: https://github.com/plantain-00/schema-based-json-editor · json · schema · react · npm i react-schema-based-json-editor · github.com/plantain-00/schema-based-json-editor · github.com/plantain-00/schema-based-json-editor#readme · ...
      » npm install react-schema-based-json-editor
    
Published   Jul 10, 2021
Version   8.3.0
Author   York Yao
🌐
npm
npmjs.com › package › @leslieliu › react-jsonschema-editor
@leslieliu/react-jsonschema-editor - npm
jsonschema editor. Latest version: 3.1.3, last published: 4 years ago. Start using @leslieliu/react-jsonschema-editor in your project by running `npm i @leslieliu/react-jsonschema-editor`. There are no other projects in the npm registry using @leslieliu/react-jsonschema-editor.
      » npm install @leslieliu/react-jsonschema-editor
    
🌐
Rjsf-team
rjsf-team.github.io › introduction
Introduction | react-jsonschema-form
react-jsonschema-form is meant to automatically generate a React form based on a JSON Schema. If you want to generate a form for any data, sight unseen, simply given a JSON schema, react-jsonschema-form may be for you.
🌐
npm
npmjs.com › package › json-edit-react
json-edit-react - npm
October 1, 2025 - Latest version: 1.29.0, last published: 4 months ago. Start using json-edit-react in your project by running `npm i json-edit-react`. There are 29 other projects in the npm registry using json-edit-react.
      » npm install json-edit-react
    
Published   Oct 01, 2025
Version   1.29.0
Author   Carl Smith
🌐
npm
npmjs.com › package › @ginkgo-bioworks › react-json-schema-form-builder
@ginkgo-bioworks/react-json-schema-form-builder - npm
January 3, 2026 - React Component for visually configuring a JSON Schema-based form. Latest version: 4.1.0, last published: a month ago. Start using @ginkgo-bioworks/react-json-schema-form-builder in your project by running `npm i @ginkgo-bioworks/react-json-schema-form-builder`. There are 3 other projects in the npm registry using @ginkgo-bioworks/react-json-schema-form-builder.
      » npm install @ginkgo-bioworks/react-json-schema-form-builder
    
🌐
Jsonforms
jsonforms.io
More forms. Less code. - JSON Forms
JSON Forms has a modular architecture and can be customized on every level. The core functionality is pure Javascript and therefore independent from any UI framework. We offer bindings for React, Angular and Vue.
🌐
Readthedocs
react-json-schema-form-builder.readthedocs.io
react-json-schema-form-builder documentation
The React JSON Schema Form Builder provides components to allow users to dynamically build such survey forms. The Form Builder is also customizable, and can incorporate novel form elements (like a special email address or file upload input), specified by the developer building the survey creation ...
🌐
CodeSandbox
codesandbox.io › s › json-schema-editor-s8yvx
json-schema-editor - CodeSandbox
September 11, 2019 - json-schema-editor by malcolm-kee using json-schema-editor-visual, react, react-dom, react-scripts
Published   Sep 11, 2019
Author   malcolm-kee