Netflix / fast_jsonapi

No Longer Maintained - A lightning fast JSON:API serializer for Ruby Objects.
Apache License 2.0
5.07k stars 425 forks source link

JSONAPI Suite Integration #12

Open richmolj opened 6 years ago

richmolj commented 6 years ago

I’m the creator of JSONAPI Suite which currently uses jsonapi-rb for the serialization layer. Have you benchmarked against jsonapi-rb?

JSONAPI Suite supports deeply nested reads and writes, integration spec helpers, automatic documentation, and clients that provide a friendly ActiveRecord-like interface. I'd love to get a sense of your roadmap to see if we could use this as an alternate serialization layer.

grossadamm commented 6 years ago

We have not, and it would certainly be worth doing!

minsikzzang commented 6 years ago

benchmark against jsonapi-rb added https://github.com/Netflix/fast_jsonapi/pull/52