Skip to content

Instantly share code, notes, and snippets.

@MikeTrizna
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save MikeTrizna/e4189754c0e000618109 to your computer and use it in GitHub Desktop.

Select an option

Save MikeTrizna/e4189754c0e000618109 to your computer and use it in GitHub Desktop.
Random example of complicated Yelp business
{
"attributes": {
"Accepts Credit Cards": true,
"Alcohol": "beer_and_wine",
"Ambience": {
"casual": false,
"classy": false,
"divey": false,
"hipster": false,
"intimate": false,
"romantic": false,
"touristy": false,
"trendy": true,
"upscale": false
},
"Attire": "casual",
"BYOB": false,
"BYOB/Corkage": "no",
"Caters": true,
"Coat Check": false,
"Corkage": false,
"Delivery": false,
"Dietary Restrictions": {
"dairy-free": false,
"gluten-free": false,
"halal": false,
"kosher": false,
"soy-free": false,
"vegan": true,
"vegetarian": true
},
"Good For": {
"breakfast": false,
"brunch": false,
"dessert": false,
"dinner": true,
"latenight": false,
"lunch": true
},
"Good For Dancing": false,
"Good For Groups": true,
"Good For Kids": false,
"Good for Kids": false,
"Happy Hour": true,
"Has TV": false,
"Music": {
"background_music": true,
"dj": false,
"jukebox": false,
"karaoke": false,
"live": false,
"video": false
},
"Noise Level": "average",
"Open 24 Hours": false,
"Order at Counter": false,
"Outdoor Seating": true,
"Parking": {
"garage": false,
"lot": false,
"street": false,
"valet": true,
"validated": false
},
"Price Range": 2,
"Smoking": "outdoor",
"Take-out": true,
"Takes Reservations": true,
"Waiter Service": true,
"Wheelchair Accessible": true,
"Wi-Fi": "no"
},
"business_id": "SDwYQ6eSu1htn8vHWv128g",
"categories": [
"Wine Bars",
"Bars",
"Restaurants",
"Nightlife",
"Italian"
],
"city": "Phoenix",
"full_address": "3939 E Campbell Ave\nPhoenix, AZ 85018",
"hours": {
"Friday": {
"close": "00:00",
"open": "11:00"
},
"Monday": {
"close": "23:00",
"open": "11:00"
},
"Saturday": {
"close": "00:00",
"open": "09:00"
},
"Sunday": {
"close": "22:00",
"open": "09:00"
},
"Thursday": {
"close": "23:00",
"open": "11:00"
},
"Tuesday": {
"close": "23:00",
"open": "11:00"
},
"Wednesday": {
"close": "23:00",
"open": "11:00"
}
},
"latitude": 33.502191,
"longitude": -111.996292,
"name": "Postino Arcadia",
"neighborhoods": [],
"open": true,
"review_count": 921,
"stars": 4.5,
"state": "AZ",
"type": "business"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment