Last active
August 29, 2015 14:26
-
-
Save unicron/0d79d4debe39f2277ed3 to your computer and use it in GitHub Desktop.
This file contains 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
[ | |
{ | |
"brewery": "1", | |
"name": "Red Hook", | |
"address": "14300 NE 145th St, Woodinville, WA 98072" | |
}, | |
{ | |
"brewery": "2", | |
"name": "Fremont Brewing", | |
"address": "1050 N 34th St, Seattle, WA 98103" | |
}, | |
{ | |
"brewery": "3", | |
"name": "Lucky Envelope", | |
"address": "907 NW 50th St, Seattle, WA 98107" | |
}, | |
{ | |
"brewery": "4", | |
"name": "Pike Brewing", | |
"address": "1415 1st Ave, Seattle, WA 98101" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment