pluginGeek
Templating: JSONDraftRuby3,828Edit
General ruby templating with json, bson, xml, plist and msgpack supporthttp://engineering.gomiso.com/2011/06/27/building-a-platform-api-on-rails/
Create JSON structures via a Builder-style DSLhttps://github.com/rails/jbuilder
makes creating XML/JSON responses in Rails 3 easy and funhttp://fabrik42.github.com/acts_as_api
Rails provides an excellent XML Builder by default to build RSS and ATOM feeds, but nothing to help you build complex and custom JSON data structures. JSON Builder is here to help.http://garrettbjerkhoel.com/json_builder/
Around the webAdd