jsonapi-rb¶ ↑
Ruby gem for building and consuming JSON API documents.
Status¶ ↑
Resources¶ ↑
-
Chat: gitter
-
Twitter: @jsonapirb
-
Docs: jsonapi-rb.org
Code¶ ↑
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.
Installation¶ ↑
# In Gemfile gem 'jsonapi-rb'
then
$ bundle
or manually via
$ gem install jsonapi-rb
Usage and documentation¶ ↑
License¶ ↑
jsonapi-rb is released under the MIT License.