BABL(Bannerman API构建器语言)是一种功能强大的Ruby DSL,用于在API中生成JSON。 它起着类似于 , , , 以及许多其他角色的作用。 例 gem install babl-json require 'babl' require 'date' Author = Struct . new ( :name , :birthyear ) Article = Struct . new ( :author , :title , :body , :date , :comments ) Comment = Struct . new ( :author , :date , :