Skip to content

Instantly share code, notes, and snippets.

@sllvn
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sllvn/9028033 to your computer and use it in GitHub Desktop.
Save sllvn/9028033 to your computer and use it in GitHub Desktop.
{
"location": {
"id": 1,
"city": "Seattle",
"state": "WA",
"coordinates": {
"lat": 47.603569,
"lng": -122.329453
},
"slug": "seattle",
"businesses": [
{
"id": 2,
"name": "5 Point Cafe",
"address": "415 Cedar St, Seattle, WA",
"coordinates": {
"lat": 47.618198,
"lng": -122.347504
},
"links": {
"website": "http:\/\/the5pointcafe.com\/",
"facebook": "https:\/\/www.facebook.com\/The5PointCafe",
"twitter": "https:\/\/twitter.com\/The5PointCafe",
"yelp": "http:\/\/www.yelp.com\/biz\/the-5-point-caf%C3%A9-seattle-2"
},
"slug": "5-point-cafe"
},
{
"id": 1,
"name": "Lost Lake Cafe",
"address": "1505 10th Ave, Seattle, WA",
"coordinates": {
"lat": 47.614282,
"lng": -122.319453
},
"links": {
"website": "http:\/\/lostlakecafe.com\/",
"facebook": "https:\/\/www.facebook.com\/LostLakeCafe",
"twitter": "https:\/\/twitter.com\/lostlakecafe",
"yelp": "http:\/\/www.yelp.com\/biz\/lost-lake-cafe-and-lounge-seattle"
},
"slug": "lost-lake-cafe"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment