Skip to content

hedwigz/json-schema-buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-schema-buddy

a pure client side implementation for generation, validation and editing json schemas.

Demo

http://amits1995.github.io/json-schema-buddy/

Running

  1. Download or clone the repository.
  2. Run "python -m SimpleHTTPServer 80"
  3. open browser in http://localhost
  4. have fun

Features

  1. you can drag and drop files to one of the editors to replace their content with your file's content.
  2. you can hit CTRL+S to save the current content to a file (depends on the editor that is on focus)
  3. Ctrl+Shift+K to beautify content.
  4. F5 to generate schema
  5. F6 to validate json against schema

About

a pure client side implementation for generation, validation and editing json schemas.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published