BABL: A Functional API Templating Language
Initially inspired from RABL, this gem implements an elegant but powerful Ruby DSL for describing transformations from your models into JSON, in your APIs. Thanks to its compilation step, it has some advantages over today’s alternatives (RABL, Jbuilder,…), such as fast rendering (zero overhead for partials) and automatic documentation generation (JSON-Schema).
https://github.com/getbannerman/babl/
Please share your thoughts !
Post a comment