JSON API
Documentation for the application/vnd.api+json media type, a standard for APIs that use JSON. This repository is the source code for http://jsonapi.org.
Resources
- IRC channel: #jsonapi on freenode.net
- Twitter: @jsonapi
Status
This standard is currently under development. To assist:
-
Get the dependencies:
$ bundle
-
Host the site locally while editing:
$ bundle exec rake preview:browser
-
Edit the Markdown files.
-
Commit your changes.
-
Send a Pull Request when finished.
The website is automatically built by GitHub Pages
when changes are pushed to the gh-pages
branch.