Skip to content

Instantly share code, notes, and snippets.

@mettledrum
Last active April 28, 2016 16:44
Show Gist options
  • Save mettledrum/ec336a4312a0754a5fb850bd2c9a249d to your computer and use it in GitHub Desktop.
Save mettledrum/ec336a4312a0754a5fb850bd2c9a249d to your computer and use it in GitHub Desktop.
beer json response
{
"who": "mettledrum",
"age": 31,
"fav_beers":
[
{
"name": "hot pepper",
"abv": 5.2,
"is_good": false
},
{
"name": "1554",
"abv": 5.7,
"is_good": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment