rails/jbuilder
jbuilder, JBuilder, на сайте с December 09, 2022 06:35
Jbuilder gives you a simple DSL for declaring JSON structures that beats manipulating giant hash structures. This is particularly helpful when the generation process is fraught with conditionals and loops. Here's a simple example:
Create JSON structures via a Builder-style DSL.