Project

jsonapi-rb

0.14
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Build and consume JSON API documents.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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.