1.1.9 • Published 1 year ago

@wanieru/json-tool v1.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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();
1.1.0

1 year ago

1.1.9

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago