the_drow
the_drow

Reputation: 19201

JSON Schema Builder Program

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

Upvotes: 6

Views: 6193

Answers (6)

Sprotty
Sprotty

Reputation: 6003

You can do this in Liquid XML Studio, but its a commercial product

Liquid Json Schema Editor

Upvotes: 1

Clemens
Clemens

Reputation: 1817

You could try this one (XML ValidatorBuddy) which is actually an XML editor but it also supports JSON and especially JSON Schema editing. The editor is a Windows desktop application and can do auto-completion and syntax-coloring for JSON schema files. You can also validate your JSON files against JSON schema.

Upvotes: 1

huyz
huyz

Reputation: 2371

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.

Upvotes: 6

om-nom-nom
om-nom-nom

Reputation: 62835

You can use Orderly. They have DSL for schema description and you can try it online.

Upvotes: 1

Flavien Volken
Flavien Volken

Reputation: 21349

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:

Upvotes: 1

Hyperbole
Hyperbole

Reputation: 3947

This isn't exactly something that'll help you with a 'schema', per se, but it's a visual way to navigate and manage JSON data.

http://braincast.nl/samples/jsoneditor/

Upvotes: 0

Related Questions