From 25c37a1926d302c9aace64031f3bae9a5b346550 Mon Sep 17 00:00:00 2001 From: Dan Gebhardt Date: Wed, 15 Aug 2018 14:23:33 -0400 Subject: [PATCH] Add jsonapi-resources to the list of alternatives --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd65c0d6..3f63f957 100644 --- a/README.md +++ b/README.md @@ -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