Ruby gem for parsing/rendering JSON API documents.
# In Gemfile
gem 'jsonapi'then
$ bundle
or manually via
$ gem install jsonapi
First, require the gem:
require 'jsonapi'Then, see docs for the part you are interested in:
jsonapi is released under the MIT License.