Yajl-ruby 0.5.5, now with a JSON gem compatibility API

https://news.ycombinator.com/item?id=663446
by brianmario • 17 years ago
8 3 17 years ago

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.

Related Stories

Loading related stories...

Source preview

news.ycombinator.com