Skip to content

Instantly share code, notes, and snippets.

@rb2k
Created May 8, 2014 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rb2k/e9a7140fdce338eb8a19 to your computer and use it in GitHub Desktop.
Save rb2k/e9a7140fdce338eb8a19 to your computer and use it in GitHub Desktop.
2.1.1 :001 > require 'oj'
=> true
2.1.1 :002 > require 'multi_json'
=> true
2.1.1 :003 > MultiJson.dump({:test => 'bla'})
=> "{\"test\":\"bla\"}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment