#ruby


A lightning fast JSON:API serializer for Ruby Objects
April 12, 2020

When building RESTful APIs I generally try to use build them using a HATEOAS architecture. JSON API is my preferred specification to adhere to, though previously I was often using Hal+json but found JSON API to gel with me personally more. I am also…