Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JSON Schema Builder Program

Is there an existing program that helps forming a JSON Schema?

like image 346
the_drow Avatar asked Oct 15 '10 20:10

the_drow


2 Answers

There's this great tool to get you started on generating a JSON Schema: http://www.jsonschema.net/ . Just feed a sample JSON files and out comes out a JSON Schema that you can then tweak.

like image 80
huyz Avatar answered Sep 28 '22 00:09

huyz


Check this demo one. It is at an early stage but you can already edit jSON documents with a schema constraint as well as design a Schema itself.

And here is an official thread about Schema-based JSON editor:

like image 41
Flavien Volken Avatar answered Sep 28 '22 02:09

Flavien Volken