🌐
Tangramjs
json-schema-editor.tangramjs.com
JSON Schema Editor - About
JSON Editor is successor of JSON Schema Editor, which is a schema-aware editor for JSON document including JSON schema. It provides a tree view to present the structure of JSON document, user could manipulate the JSON from context menu. There is a text view to present the content of JSON document, ...
🌐
GitHub
github.com › jdorn › json-editor
GitHub - jdorn/json-editor: JSON Schema Based Editor
Watching fields by itself doesn't do anything. For the example above, you need to tell JSON Editor that full_name should be fname [space] lname. JSON Editor uses a javascript template engine to accomplish this.
Starred by 5.8K users
Forked by 1.1K users
Languages   JavaScript 83.1% | HTML 16.9% | JavaScript 83.1% | HTML 16.9%
🌐
Bjdash
bjdash.github.io › JSON-Schema-Builder
JSON Schema Builder
schema2obj: Converts any Json Schema to an object so that it can be passed to the data attribute in the directive. Can be used to initilize the editor to some default schema.
🌐
GitHub
github.com › json-editor › json-editor
GitHub - json-editor/json-editor: JSON Schema Based Editor · GitHub
If true, JSON Editor will load external URLs in $ref via ajax. ... Allows schema references to work either with or without cors; set to protocol://host:port when api is served by different host.
Starred by 4.9K users
Forked by 703 users
Languages   JavaScript 61.9% | HTML 36.2% | CSS 1.9%
🌐
Hackolade
hackolade.com › help › JSONSchemaEditor.html
JSON Schema Editor
Hackolade allows an undefined data type called "any". This allows you to have no restriction on the data type. While the declaration of the "any" data type is explicit in the UI, the result in JSON Schema is the absence of a data type declaration.
🌐
Ophir
json.ophir.dev
JSONJoy Builder - Visual JSON Schema Editor
Visual JSON Schema editor for creating and manipulating JSON Schema definitions. Open source at https://github.com/lovasoa/jsonjoy-builder
🌐
Liquid Technologies
liquid-technologies.com › online-json-to-schema-converter
Free Online JSON to JSON Schema Converter
Uses the sample JSON document to infer a JSON schema. The Free Community Edition of Liquid Studio comes with an advanced JSON Editor, packed with many helpful features including JSON schema creation.
🌐
GitHub
github.com › tangram-js › json-schema-editor
GitHub - tangram-js/json-schema-editor: JSON Schema Editor is an intuitive editor for JSON schema. It provides a tree view to present the structure of schema, and a property inspector to edit the properties of schema element. Develop with Vue.js 2 and Firebase.
An intuitive editor for JSON schema which provides a tree view to present structure of schema and a property inspector to edit the properties of schema element. Develop with Vue.js 2 and Firebase.
Starred by 292 users
Forked by 45 users
Languages   Vue 56.5% | JavaScript 43.4% | HTML 0.1% | Vue 56.5% | JavaScript 43.4% | HTML 0.1%
🌐
GitHub
github.com › josdejong › jsoneditor
GitHub - josdejong/jsoneditor: A web-based tool to view, edit, format, and validate JSON · GitHub
The new editor is not a one-to-one replacement, so there may be reasons to stick with jsoneditor. The main differences between the two are described here. JSONEditor has various modes, with the following features. Change, add, move, remove, and duplicate fields and values. Sort arrays and objects. Transform JSON using JMESPath queries. Colorized code. Color picker. Search & highlight text in the tree view. Undo and redo all actions. JSON schema validation (powered by ajv).
Starred by 12.2K users
Forked by 2.1K users
Languages   JavaScript 87.7% | SCSS 6.7% | HTML 5.6%
Find elsewhere
🌐
JSON Editor Online
jsoneditoronline.org
JSON Editor Online: edit JSON, format JSON, query JSON
There are various categories of JSON tools, each with their pros and cons. What is best to use depends on your use case. Open your JSON file in the editor. From the menu, select "Options", "JSON Schema".
🌐
npm
npmjs.com › package › json-schema-editor
json-schema-editor - npm
August 19, 2021 - var element = document.getElementById('container'); var editor = new JSONSchemaEditor(element, {}); editor.setValue(product); Get the value (generally after the user presses a button e.g. save) ...
      » npm install json-schema-editor
    
Published   Mar 07, 2021
Version   0.2.10
Author   Thomas Hansen
🌐
CodeSandbox
codesandbox.io › s › json-schema-editor-visual-ju1tu
json-schema-editor-visual - CodeSandbox
May 18, 2022 - CodeSandbox is a cloud development platform that empowers developers to code, collaborate and ship projects of any size from any device in record time.
Published   May 22, 2020
🌐
JSONLint
jsonlint.com
JSONLint - The JSON Validator
Copy and paste, directly type, or input a URL in the editor above and let JSONLint tidy and validate your messy JSON code. JSON (pronounced as Jason), stands for "JavaScript Object Notation," is a human-readable and compact solution to represent a complex data structure and facilitate data interchange between systems.
🌐
Pmk65
pmk65.github.io › jedemov2 › dist › demo.html
Json-Editor Interactive Playground - GitHub Pages
Upload - Upload a local JSON file in example format, into the Playground. You can also Drag'n'Drop the file directly onto the Playground. (Not available on Form Tab) - Display List of external JavaScript and CSS files used in current example. Load Example - Opens panel with list of predefined examples to load. In the JavaScript editor, the instance of the form is available in the variable jseditor and the schema and startval (if present) are available in the variable jedata Also the global instance of the JSON-Editor is available in the variable JSONEditor
🌐
Google Groups
groups.google.com › g › json-schema › c › 9vBdgkBGlV4
Schema-based JSON editor
Currently I'm writing a schema-based JSON editor. It's web-based, written in JavaScript (jQuery).
🌐
Stoplight
docs.stoplight.io › docs › platform › zumkfdc16oypw-json-schema-editor
JSON Schema Editor | Platform
The JSON Schema Editor helps you design and model data structures used by your API. Powered by Stoplight.
🌐
ExtendsClass
extendsclass.com › json-schema-validator.html
Online JSON Schema Validator and Generator
Step 2: You can choose the options (below the editor). If you check "required" then the fields will be mandatory in the schema. If you check "example" then the schema will contain exemples. Step 3: Click on "Generate Schema From JSON" button. This online JSON Schema Lint tool allows you to validate that your JSON document conforms to the specified schema.It uses the last release of JSON schema (draft-07).
🌐
Mockoon
mockoon.com › tools › json-schema-validator
Mockoon - Online JSON Schema validator
To use this tool, paste your JSON schema in the left editor and your JSON data in the right editor. The tool will automatically validate your JSON data against the schema and display any errors. It will also display errors if your JSON schema is invalid. JSON (JavaScript Object Notation) is a lightweight data interchange format.