Skip to content

Instantly share code, notes, and snippets.

@bovi
Created April 13, 2009 14:50
Show Gist options
  • Save bovi/94478 to your computer and use it in GitHub Desktop.
Save bovi/94478 to your computer and use it in GitHub Desktop.
require "json"
JSON.parse "{}" #=> {}
JSON.parse %Q( { "key": "value"} ) # => {"key"=>"value"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment