Last active
April 28, 2016 16:44
-
-
Save mettledrum/ec336a4312a0754a5fb850bd2c9a249d to your computer and use it in GitHub Desktop.
beer json response
This file contains hidden or 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
{ | |
"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