Skip to content

Commit 8a1f957

Browse files
authored
Merge pull request #2238 from Diogomartf/patch-1
Update ReadMe with Netflix fast_jsonapi alternative [ci skip]
2 parents 9f35f7a + 337fd0d commit 8a1f957

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ See [PR 2121](https://github.com/rails-api/active_model_serializers/pull/2121) w
9393
## Alternatives
9494

9595
- [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/).
96+
- [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.
97+
98+
9699

97100
For benchmarks against alternatives, see https://github.com/rails-api/active_model_serializers/tree/benchmarks
98101

0 commit comments

Comments
 (0)