-
Notifications
You must be signed in to change notification settings - Fork 3
JSON Resources
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.
- JSON.org - The original JSON specification from Douglas Crockford. Includes links to many tools and libraries.
- js-schema - a more concise way of describing JSON schemas.
- JSON Schema - the more official(?) schema specification.
- JSON Online Editor
- Online Formatter and Validator
- jq - A Command-line JSON processor.