Sha256: dc2dcda9ef747c06d7fac1ca7c9ef82960c2c4a26ddc08cf84667b68b0100284
Contents?: true
Size: 486 Bytes
Versions: 1
Compression:
Stored size: 486 Bytes
Contents
# jsonapi Ruby gem for parsing/rendering [JSON API](http://jsonapi.org) documents. ## Installation ```ruby # In Gemfile gem 'jsonapi' ``` then ``` $ bundle ``` or manually via ``` $ gem install jsonapi ``` ## Usage First, require the gem: ```ruby require 'jsonapi' ``` Then, see docs for the part you are interested in: * [parsing](parser/README.md) * [rendering](renderer/README.md) ## License jsonapi is released under the [MIT License](http://www.opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jsonapi-0.1.1.beta6 | README.md |