acts_as_apiacts_as_api enriches the models and controllers of your app in a rails-like way so you can easily determine how your XML/JSON API responses should look like.apijsonmodelsrailsresource-serializerrubyserializer
cheap_amsActiveModel::Serializers allows you to generate your JSON in an object-oriented and convention-driven manner.jsonresource-serializerruby
blueprinterBlueprinter is a JSON Object Presenter for Ruby that takes business objects and breaks them down into simple hashes and serializes them to JSON. It can be used in Rails in place of other serializers (like JBuilder or ActiveModelSerializers). It is designed to be simple, direct, and performant.jsonpresenterrailsresource-serializerrubyserializer
active_model_serializers_customActiveModel::Serializers allows you to generate your JSON in an object-oriented and convention-driven manner.jsonresource-serializerruby
active_model_serializersActiveModel::Serializers allows you to generate your JSON in an object-oriented and convention-driven manner.jsonresource-serializerruby