Skip to content
Jasper den Ouden edited this page Dec 15, 2013 · 2 revisions

The specification is currently defined in JSON format because it is more lightweight than XML and well supported, particularly in the web. The following area few resources that may help whilst working with JSON.

Specification

  • JSON.org - The original JSON specification from Douglas Crockford. Includes links to many tools and libraries.

Schemas

  • js-schema - a more concise way of describing JSON schemas.
  • JSON Schema - the more official(?) schema specification.

Tools

Clone this wiki locally