jsonapi-rb / jsonapi-rails

Rails gem for fast jsonapi-compliant APIs.
http://jsonapi-rb.org
MIT License
319 stars 63 forks source link

Compare with JSONAPI::Resources #81

Closed pmackay closed 2 years ago

pmackay commented 6 years ago

It would be useful to have something in the docs describing the motivation behind this project and how it differs from similar libraries like http://jsonapi-resources.com/.

beauby commented 6 years ago

Agreed. I have little bandwidth at the moment, so any PR would be much welcome, but bottom line is that jsonapi-resources takes over your controllers whereas this library is focused on serialization/deserialization of resources.