awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
json-editor avatar

json-editor/json-editor

0
View on GitHub↗
4,900 stars·699 forks·JavaScript·MIT·16 views

Json Editor

JSON Editor is a schema-driven UI framework and web-based editor used to generate interactive forms and validate JSON data. It translates JSON Schema specifications into a hierarchy of HTML form elements, allowing users to manipulate complex JSON structures through a structured interface rather than raw text.

The framework differentiates itself through a plugin-based extension system that supports custom resolver functions and the integration of specialized editors, such as WYSIWYG, Markdown, and syntax-highlighted code editors. It employs recursive schema resolution to handle nested definitions and implements state-based conditional validation using if-then-else logic.

The project provides a broad range of capabilities including bidirectional data binding, array and object layout management for grids and tabs, and dynamic field syncing via template interpolation. Its component library covers standard inputs alongside specialized tools like color pickers, date-time pickers, autocomplete components, and file upload interfaces.

The interface supports localization of UI strings and integrates with various CSS frameworks to decouple structural form generation from visual styling.

Features

  • Schema-Driven Generators - Automatically generates a hierarchy of HTML form elements and input controls based on JSON Schema definitions.
  • Declarative UI Schemas - Functions as a schema-driven UI framework that maps declarative data structures to interactive form components.
  • Form Builders - Provides a framework for creating interactive forms with conditional logic, custom resolvers, and dynamic field values.
  • Plugin-Based Input Extensions - Provides a plugin system for registering custom resolver functions and UI components for specialized data types.
  • JSON Forms - Provides a framework for automatically generating dynamic web forms from JSON schema specifications.
  • Conditional Validation Rules - Applies dynamic validation rules using if-then-else logic based on the current values of other form fields.
  • Schema Validators - Verifies that current form values conform to predefined JSON Schema rules and flags invalid entries.
  • Schema Reference Resolution - Resolves internal and external JSON pointers to load schema definitions from remote URLs or local sources.
  • Bidirectional Data-Binding - Synchronizes the internal JSON data model with the DOM state via programmatic getters and setters.
  • Standard Input Controls - Generates standard HTML form inputs for strings, integers, and numbers based on JSON Schema types.
  • JSON Schema Editors - Provides a browser-based interface for editing complex JSON structures guided by a schema and integrated validation.
  • Specialized Editor Integrations - Integrating specialized editors such as WYSIWYG, Markdown, or code editors into a schema-driven form workflow.
  • Markdown Editors - Embeds a dedicated markdown editor component for authoring and formatting string content.
  • Visual Array Layouts - Renders JSON arrays as interactive tables, tabs, or multi-select lists to improve data entry efficiency.
  • Template Interpolation - Uses a template engine to update field labels and values in real-time based on other input states.
  • Dynamic Configuration Interfaces - Enables the creation of administrative panels for editing complex JSON settings through a structured UI.
  • Value Change Triggers - Implements callbacks that trigger specific actions whenever a form field value is modified.
  • Custom Validation Rules - Allows the injection of user-defined logic into the validation engine to enforce custom data formats.
  • Embedded Third-Party Editors - Embeds specialized third-party editors for WYSIWYG HTML, Markdown, and syntax-highlighted code within the generated forms.
  • Code Editor Components - Integrates full-featured code editor components with syntax highlighting for various programming and markup languages.
  • Complex Form Layouts - Simplifies complex JSON data entry by rendering nested objects and arrays as tables, tabs, and grids.
  • Dynamic Field Syncing - JSON Editor updates specific field values automatically based on other inputs using a JavaScript template engine.
  • Custom Resolver Components - Allows registering custom resolver functions and UI components to handle specialized data types.
  • Rich Text WYSIWYG Editors - Integrates rich text WYSIWYG editors for HTML, BBCode, and general visual formatting.
  • Schema-Driven Input Rendering - Automatically renders specialized inputs such as color pickers and date pickers based on the format defined in the JSON schema.
  • CSS Framework Mapping - Decouples form generation from visual styling by mapping structural elements to various CSS framework classes.
  • Form Layout Management - Allows precise control over the visual arrangement of fields using grids, tabs, and custom property ordering.
  • Cross-Field Dependency Links - Implements logic that triggers updates or visibility changes in form fields based on the state of other inputs.
  • Data Utilities and Libraries - JSON Schema-based form editor.

Star history

Star history chart for json-editor/json-editorStar history chart for json-editor/json-editor

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does json-editor/json-editor do?

JSON Editor is a schema-driven UI framework and web-based editor used to generate interactive forms and validate JSON data. It translates JSON Schema specifications into a hierarchy of HTML form elements, allowing users to manipulate complex JSON structures through a structured interface rather than raw text.

What are the main features of json-editor/json-editor?

The main features of json-editor/json-editor are: Schema-Driven Generators, Declarative UI Schemas, Form Builders, Plugin-Based Input Extensions, JSON Forms, Conditional Validation Rules, Schema Validators, Schema Reference Resolution.

What are some open-source alternatives to json-editor/json-editor?

Open-source alternatives to json-editor/json-editor include: jdorn/json-editor — json-editor is a schema-driven UI generator and web-based editor that automatically creates interactive HTML forms… xaboy/form-create — form-create is a JSON-driven form generator and low-code form builder that renders dynamic web forms and validation… json-schema-form/angular-schema-form — Angular schema form is a framework directive and form component library that automatically generates and validates… theorchid/platform — Platform is a framework for building back-office applications and administrative dashboards using Laravel. It… hapijs/joi — Joi is a JavaScript data validation library used to define schemas that validate, cast, and sanitize data objects. It… typestack/class-validator — class-validator is a TypeScript class validation library that uses decorators to define constraints and rules for…

Open-source alternatives to Json Editor

Similar open-source projects, ranked by how many features they share with Json Editor.
  • jdorn/json-editorjdorn avatar

    jdorn/json-editor

    5,826View on GitHub↗

    json-editor is a schema-driven UI generator and web-based editor that automatically creates interactive HTML forms from JSON Schema definitions. It functions as a tool for collecting, modifying, and validating structured data by mapping schema specifications to corresponding input components. The project distinguishes itself through a plug-in input architecture and resolver-based component mapping, which allow for the injection of third-party editors and custom input interfaces for specialized data types such as markdown, colors, and syntax-highlighted code. It also supports external schema r

    JavaScript
    View on GitHub↗5,826
  • xaboy/form-createxaboy avatar

    xaboy/form-create

    7,055View on GitHub↗

    form-create is a JSON-driven form generator and low-code form builder that renders dynamic web forms and validation logic from configuration files. It functions as a data-driven form orchestrator for managing field dependencies and hierarchical data structures within complex layouts. The system includes a visual drag-and-drop interface for designing data entry layouts and automatically generating their corresponding configuration structures. It provides a dynamic UI component library of adaptable form fields and layout containers designed for cross-framework integration and mobile responsiven

    JavaScriptant-design-vuearco-designelement-plus
    View on GitHub↗7,055
  • json-schema-form/angular-schema-formjson-schema-form avatar

    json-schema-form/angular-schema-form

    2,456View on GitHub↗

    Angular schema form is a framework directive and form component library that automatically generates and validates interactive HTML form controls from standard JSON schemas and companion layout configurations. It translates structured data definitions into customizable user input interfaces, parsing data types and custom rules into native form controls and reusable HTML markup templates. The project provides capabilities for dynamic field management, allowing form elements to show or hide conditionally by evaluating expressions against current model and scope state, and supporting dynamic arr

    JavaScriptangularangular-schema-formjson-schema
    View on GitHub↗2,456
  • theorchid/platformTheOrchid avatar

    TheOrchid/Platform

    4,791View on GitHub↗

    Platform is a framework for building back-office applications and administrative dashboards using Laravel. It functions as a schema-driven UI framework and CRUD generator that automatically constructs database management interfaces, input forms, and validation rules from programmatic model definitions. The project distinguishes itself through a comprehensive backend UI kit that supports advanced data capture, including geographic coordinate mapping, tabular JSON data matrices, and marketing metadata tracking. It features a robust role-based access control system for managing resource visibili

    PHP
    View on GitHub↗4,791
See all 30 alternatives to Json Editor→