hotatekaoru / serializer_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Example of API using fast_jsonapi, and take a benchmark to compare with Active Model Serializers(AMS)

  • version

    • ruby 2.6.3
    • rails 5.2.3
  • Motivation
    'fast_jsonapi' is very fast serialization gem. But it is forced to comply with JSON:API. But too difficult to replace all responses with JSPN:API. So I try not to use JSON:API json responses with fast_jsonapi and take a benchmark.

About


Languages

Language:Ruby 83.6%Language:HTML 12.3%Language:JavaScript 2.6%Language:CSS 1.5%