Add jsonapi-resources to the list of alternatives

This commit is contained in:
Dan Gebhardt 2018-08-15 14:23:33 -04:00 committed by GitHub
parent 0b5a540e8d
commit 25c37a1926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ See [PR 2121](https://github.com/rails-api/active_model_serializers/pull/2121) w
- [jsonapi-rb](http://jsonapi-rb.org/) is a [highly performant](https://gist.github.com/NullVoxPopuli/748e89ddc1732b42fdf42435d773734a) and modular JSON:API-only implementation. There's a vibrant community around it that has produced projects such as [JSON:API Suite](https://jsonapi-suite.github.io/jsonapi_suite/).
- [fast_jsonapi](https://github.com/Netflix/fast_jsonapi) is a lightning fast JSON:API serializer for Ruby Objects from the team of Netflix.
- [jsonapi-resources](https://github.com/cerebris/jsonapi-resources) is a popular resource-focused framework for implementing JSON:API servers.
For benchmarks against alternatives, see https://github.com/rails-api/active_model_serializers/tree/benchmarks