a pure client side implementation for generation, validation and editing json schemas.
http://amits1995.github.io/json-schema-buddy/
- Download or clone the repository.
- Run "python -m SimpleHTTPServer 80"
- open browser in http://localhost
- have fun
- you can drag and drop files to one of the editors to replace their content with your file's content.
- you can hit CTRL+S to save the current content to a file (depends on the editor that is on focus)
- Ctrl+Shift+K to beautify content.
- F5 to generate schema
- F6 to validate json against schema