Created
January 17, 2017 16:21
-
-
Save agustinsivoplas/50fb811415e29e4f29d80de524821615 to your computer and use it in GitHub Desktop.
json.example
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
{ | |
"_id": { | |
"$oid": "5814df7131c68016b421e7c8" | |
}, | |
"business_id": "zaXDakTd3RXyOa7sMrUE1g", | |
"full_address": "202 3rd Ave\nCarnegie\nCarnegie, PA 15106", | |
"hours": { | |
"Monday": { | |
"close": "14:00", | |
"open": "07:00" | |
}, | |
"Tuesday": { | |
"close": "14:00", | |
"open": "07:00" | |
}, | |
"Friday": { | |
"close": "14:00", | |
"open": "07:00" | |
}, | |
"Wednesday": { | |
"close": "14:00", | |
"open": "07:00" | |
}, | |
"Thursday": { | |
"close": "14:00", | |
"open": "07:00" | |
}, | |
"Saturday": { | |
"close": "12:00", | |
"open": "07:00" | |
} | |
}, | |
"open": true, | |
"categories": [ | |
"Cafes", | |
"Restaurants" | |
], | |
"city": "Carnegie", | |
"review_count": 9, | |
"name": "Barb's Country Junction Cafe", | |
"neighborhoods": [ | |
"Carnegie" | |
], | |
"longitude": -80.089985, | |
"state": "PA", | |
"stars": 4, | |
"latitude": 40.404638, | |
"attributes": { | |
"Take-out": true, | |
"Good For": { | |
"dessert": false, | |
"latenight": false, | |
"lunch": false, | |
"dinner": false, | |
"breakfast": false, | |
"brunch": true | |
}, | |
"Noise Level": "average", | |
"Takes Reservations": false, | |
"Delivery": false, | |
"Ambience": { | |
"romantic": false, | |
"intimate": false, | |
"touristy": false, | |
"hipster": false, | |
"divey": false, | |
"classy": false, | |
"trendy": false, | |
"upscale": false, | |
"casual": false | |
}, | |
"Parking": { | |
"garage": false, | |
"street": false, | |
"validated": false, | |
"lot": false, | |
"valet": false | |
}, | |
"Has TV": false, | |
"Outdoor Seating": false, | |
"Attire": "casual", | |
"Alcohol": "none", | |
"Waiter Service": true, | |
"Accepts Credit Cards": true, | |
"Good for Kids": true, | |
"Good For Groups": true, | |
"Price Range": 1 | |
}, | |
"type": "business" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment