Skip to content

Instantly share code, notes, and snippets.

@BrainScraps
Created June 13, 2013 16:12
Show Gist options
  • Save BrainScraps/5775010 to your computer and use it in GitHub Desktop.
Save BrainScraps/5775010 to your computer and use it in GitHub Desktop.
I hope that this makes sense in ruby. I used single quotes on the outside - maybe that makes sense in ruby.
isaac_is_hungry = '{"foodstuffs":[
{
"name":"Pizza",
"healthRating": 3,
"tasteRating":8
},
{
"name":"Quinoa",
"healthRating":8,
"tasteRating":2
},
{
"name":"Pad Thai",
"healthRating":6,
"tasteRating":8
}
]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment