public
Description: Rails plugin for using YAJL with Rails 3
Homepage:
Clone URL: git://github.com/technoweenie/yajl-rails.git
name age message
file LICENSE Sun May 17 20:13:01 -0700 2009 initial commit [technoweenie]
file README Sun May 17 20:13:01 -0700 2009 initial commit [technoweenie]
file init.rb Sun May 17 20:13:01 -0700 2009 initial commit [technoweenie]
directory lib/ Sun May 17 20:13:01 -0700 2009 initial commit [technoweenie]
directory test/ Sun May 17 20:13:01 -0700 2009 initial commit [technoweenie]
README
= YAJL Plugin for Rails

This plugin implements a quick JSON backend using the YAJL streaming parser and the
yajl-ruby gem.

http://lloydforge.org/projects/yajl
http://github.com/brianmario/yajl-ruby

This implementation will read streams in ActiveSupport::JSON#encode, or convert
strings to a StringIO.  Also, check out the yajl-ruby gem for finer control over
your JSON parsing.