jsonapi-rb alternatives and similar gems
Based on the "API Builder" category.
Alternatively, view jsonapi-rb alternatives based on common mentions on social networks and blogs.
-
Her
Her is an ORM (Object Relational Mapper) that maps REST resources to Ruby objects. It is designed to build applications that are powered by a RESTful API instead of a database. -
Praxis
Praxis is a framework that focuses on both the design and implementation aspects of creating APIs. -
YASL
Yet Another Serialization Library - A pure Ruby auto-serialization library that works across different Ruby implementations like Opal and JRuby as an automatic alternative to YAML/Marshal. Unlike Marshal, it does not raise errors for unserializable objects, thus provides a highly productive friction-free auto-serialization experience.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of jsonapi-rb or a related project?
README
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.
*Note that all licence references and agreements mentioned in the jsonapi-rb README section above
are relevant to that project's source code only.