JSON Press 是一款能将描述数据结构的 JSON Schema 转换为相应的 HTML 表单的前端工具库。 它能快速生成以 JSON 文件作为产出物的可交互、有约束、易校验的 HTML 表单,可以对应用、游戏提供简洁快速的配置支持,避免使用原始表单组件进行大量重复的页面布局和功能开发,提高生产效率。 它是json-editor/
import { JSONEditor } from "react-schema-based-json-editor";or <JSONEditor schema={schema} initialValue={initialValue} updateValue={this.updateValue} theme="bootstrap3" icon="fontawesome4"> </JSONEditor>the online demo: https://plantain-00.github.io/schema-based-json-editor/packages/react...
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, spectre, tailwind). Check out an interactive demo: https://json-editor.github.io/json-editor/ Or ...
JSON schemaPythonThis work introduces the "pyJSON Schema Loader and JSON Editor", a client-side desktop application for offline and local environments capable of creating, editing and tracking metadata-containing JSON documents. The newly developed tool aims to support the generation and re-use of ...
schema-based-json-editor/lerna.json Go to file Copy path 15 lines (15 sloc)203 Bytes RawBlame { "packages": [ "packages/*" ], "command": { "publish": { "ignoreChanges": [ "**/*.md", "**/demo/**" ] } }, "version":"7.23.1", ...
JSON Editor 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, and jQueryUI). Check out an interactive demo (demo.html): http://jeremydorn...
JSONEditor.defaults.options.theme = 'foundation5';You can override this default on a per-instance basis by passing a theme parameter in when initializing:var editor = new JSONEditor(element,{ schema: schema, theme: 'jqueryui' });Icon Libraries...
JSONEditor.defaults.options.theme = 'foundation5'; You can override this default on a per-instance basis by passing a theme parameter in when initializing: var editor = new JSONEditor(element,{ schema: schema, theme: 'jqueryui' }); Icon Libraries JSON Editor also supports several popular ico...
JSON-Schema-Editor A json-schema-editor collection, support react、vue framework, will support svelte framework. json-schema-editor is a lightweight json editor based on codemirror, providing smart prompts and verification based on json-schema.List...
Visual JSON Editor is a JSON schema draft v4 based file editor for Windows: When opening a JSON file, the application auto-generates an editor GUI based on the provided JSON schema. The goal is to make JSON editing more effective and easier for users. ...