Yajl-ruby 0.5.5, now with a JSON gem compatibility API
http://github.com/brianmario/yajl-ruby
The new JSON gem compatibility API is meant as a drop-in replacement for the JSON gem in your projects.
Simply replace "require 'json'" with "require 'yajl/json_gem'" and you're set!
yajl-ruby offers a more efficient, better RFC compliance and Unicode support over the JSON gem. I highly recommend anyone using the JSON gem to check it out.
3 comments
[ 5.2 ms ] story [ 12.7 ms ] threadtechnoweenie has written a Rails plugin adding yajl-ruby as a back-end at: http://github.com/technoweenie/yajl-rails/tree/master
I also have a fork that I'll keep up today with the latest API changes in yajl-ruby at: http://github.com/brianmario/yajl-rails