Skip to content

Instantly share code, notes, and snippets.

@reset
Created April 11, 2012 03:04
Show Gist options
  • Save reset/2356589 to your computer and use it in GitHub Desktop.
Save reset/2356589 to your computer and use it in GitHub Desktop.
# Pre 1.9.x syntax
{
:first_key => "first value"
}
{
"first_key" => "first_value"
}
# 1.9.x syntax
{
first_key: "first_value"
}
{
"first_key": "first_value"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment