Skip to content

Instantly share code, notes, and snippets.

@rafkhan
Created December 10, 2013 00:58
Show Gist options
  • Save rafkhan/7884051 to your computer and use it in GitHub Desktop.
Save rafkhan/7884051 to your computer and use it in GitHub Desktop.
[{
id: "abcdef1234567890",
name: "Cute Little Coffee Shop",
phone: "(416) - 123 - 4567",
website: "http://cutelittlecoffeeshop.com",
location: {
lat: 10,
lng: 10,
address: "123 Main Street"
},
rating: 4.5,
menu: {
"Americano": {
prices: {
"small": 2.5,
"medium": 3.5,
"large": 4.5
},
rating: 3.3
},
"Latte": {
prices: {
"small": 3.75,
"medium": 4.75,
"large": 5.75
},
rating: 5
}
}
}, ...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment