Ruby gem for building and consuming JSON API documents.
- Chat: gitter
- Twitter: @jsonapirb
- Docs: jsonapi-rb.org
jsonapi-rb is simply a bundle of:
- jsonapi-serializable for serialization, and
- jsonapi-deserializable for deserialization.
For framework integrations, see:
- jsonapi-hanami for Hanami, and
- jsonapi-rails for Ruby on Rails.
# In Gemfile
gem 'jsonapi-rb'
then
$ bundle
or manually via
$ gem install jsonapi-rb
jsonapi-rb is released under the MIT License.