From 337fd0d9bad275261197c2b26d4727e7faf29084 Mon Sep 17 00:00:00 2001 From: Diogo Ferreira Date: Thu, 1 Feb 2018 11:26:54 +0000 Subject: [PATCH] Update ReadMe with Netflix fast_jsonapi alternative --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 71bc5b8e..059c82c0 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,9 @@ See [PR 2121](https://github.com/rails-api/active_model_serializers/pull/2121) w ## Alternatives - [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/rails-api/active_model_serializers/) is a lightning fast JSON:API serializer for Ruby Objects from the team of Netflix. + + For benchmarks against alternatives, see https://github.com/rails-api/active_model_serializers/tree/benchmarks