JSON2Schema Generator
JSON Schema Support Tool for
JSON Editor
developed by Jeremy Dorn
Schema Title
Title:
JSON Input
{ "myid": 1, "book": "A green door", "authors": [ "Mary Myers", { "name":"Bert Bond", "age":65 } ], "prices": { "buy": 12.5, "sell": 16.5 }, "checked": false, "color":"#12CA34" }
Create JSON Schema
Export JSON
JSON Schema
Create JSON Editor
Export Schema
Export JSON
Export JSON Schema
Export JSON Editor
Close
Export Editor innerHTML
View (console.log)
JSON2Schema written by Engelbert Niehaus 2017
GitHub Repository with JSON2Schema Example
based on JSON Editor of Jeremy Dorn