Skip to content

Instantly share code, notes, and snippets.

@headius
Created July 20, 2010 19:38
Show Gist options
  • Save headius/483433 to your computer and use it in GitHub Desktop.
Save headius/483433 to your computer and use it in GitHub Desktop.
~/projects/jruby ➔ gem install yajl-ruby
Building native extensions. This could take a while...
Successfully installed yajl-ruby-0.7.7
1 gem installed
Installing ri documentation for yajl-ruby-0.7.7...
Installing RDoc documentation for yajl-ruby-0.7.7...
~/projects/jruby ➔ jruby -rubygems -e "require 'yajl'; p Yajl::Parser.parse('{\"foo\": 1145}')"
{"foo"=>1145}
@rubiii
Copy link

rubiii commented Jul 20, 2010

wow :)

@victusfate
Copy link

I think getting yajl working was why i swapped to ubuntu earlier this year.
go go streaming ... anywhere jruby works :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment