Skip to content

Web-based UI for editing JSON according to a JSON-schema or a tsch-object

Notifications You must be signed in to change notification settings

wanieru/json-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonTool

Demo

https://wanieru.github.io/json-tool

Usage

<script src="https://unpkg.com/@wanieru/json-tool/lib/json-tool.js"/>
const htmlElement = ...; //HTMLElement
const jsonSchema = ...; //JSON Schema
const jsonValue = ...; //JSON value
const tool = new window.JsonTool(htmlElement);
tool.load(jsonSchema, jsonValue);
const value = tool.getValue();

About

Web-based UI for editing JSON according to a JSON-schema or a tsch-object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published