Build and consume JSON API documents.


Keywords
api, deserialization, json, json-api, jsonapi, ruby, serialization
License
MIT
Install
gem install jsonapi-rb -v 0.5.0

Documentation

jsonapi-rb

Ruby gem for building and consuming JSON API documents.

Status

Gem Version Gitter chat

Resources

Code

jsonapi-rb is simply a bundle of:

For framework integrations, see:

Installation

# In Gemfile
gem 'jsonapi-rb'

then

$ bundle

or manually via

$ gem install jsonapi-rb

Usage and documentation

See jsonapi-rb.org/guides.

License

jsonapi-rb is released under the MIT License.