yanick / jsonschematic

json schema viewer

Home Page:https://yanick.github.io/jsonschematic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsonschematic

jsonschematic is a json schema in the same vein as docson.

The interactive(!) demo page lives at https://yanick.github.io/jsonschematic/.

How to run

From a global install:

$ npm install -g @infinity-interactive/jsonschematic
$ jsonschematic --schema_dir path/to/schemas

From the repo:

$ git clone https://github.com/yanick/jsonschematic.git
$ cd jsonschematic
$ npm install
$ JSONSCHEMATIC_DIR=examples npm run dev

Supported JSON Schema keywords

Authors

jsonschematic is developed under the auspice of Infinity Interactive.

© 2020 Infinity Interactive

About

json schema viewer

https://yanick.github.io/jsonschematic/

License:MIT License


Languages

Language:Svelte 47.4%Language:JavaScript 47.2%Language:CSS 2.4%Language:Perl 2.1%Language:HTML 0.9%