Created
May 8, 2014 16:17
-
-
Save rb2k/e9a7140fdce338eb8a19 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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