I used to enjoy working with fast_jsonapi which became jsonapi-serializer - but it doesn't look like it would still be maintained.
Used rswag to generate JSON:API docs with rspec tests.
If you build your JSON:API on Rails, you probably use fast_jsonapi to serialize your resources. But you still have to deal with consuming API requests, parsing relationships & complex attributes into Rails-friendly params. That’s why you need JsonApiable
mike.polischuk.net/2020/01/j…