Advertisement
Zydnar

Untitled

Feb 28th, 2018
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. "restaurants": [
  2. {
  3. "id": 1,
  4. "name": "Mission Chinese Food",
  5. "neighborhood": "Manhattan",
  6. "photograph": "1.jpg",
  7. "address": "171 E Broadway, New York, NY 10002",
  8. "latlng": {
  9. "lat": 40.713829,
  10. "lng": -73.989667
  11. },
  12. "cuisine_type": "Asian",
  13. "operating_hours": {
  14. "Monday": "5:30 pm - 11:00 pm",
  15. "Tuesday": "5:30 pm - 12:00 am",
  16. "Wednesday": "5:30 pm - 12:00 am",
  17. "Thursday": "5:30 pm - 12:00 am",
  18. "Friday": "5:30 pm - 12:00 am",
  19. "Saturday": "12:00 pm - 4:00 pm, 5:30 pm - 12:00 am",
  20. "Sunday": "12:00 pm - 4:00 pm, 5:30 pm - 11:00 pm"
  21. },
  22. "reviews": [{
  23. "name": "Steve",
  24. "date": "October 26, 2016",
  25. "rating": 4,
  26. "comments": "Mission Chinese Food has grown up from its scrappy Orchard Street days into a big, two story restaurant equipped with a pizza oven, a prime rib cart, and a much broader menu. Yes, it still has all the hits — the kung pao pastrami, the thrice cooked bacon —but chef/proprietor Danny Bowien and executive chef Angela Dimayuga have also added a raw bar, two generous family-style set menus, and showstoppers like duck baked in clay. And you can still get a lot of food without breaking the bank."
  27. },
  28. {
  29. "name": "Morgan",
  30. "date": "October 26, 2016",
  31. "rating": 4,
  32. "comments": "This place is a blast. Must orders: GREEN TEA NOODS, sounds gross (to me at least) but these were incredible!, Kung pao pastrami (but you already knew that), beef tartare was a fun appetizer that we decided to try, the spicy ma po tofu SUPER spicy but delicous, egg rolls and scallion pancake i could have passed on... I wish we would have gone with a larger group, so much more I would have liked to try!"
  33. },
  34. {
  35. "name": "Jason",
  36. "date": "October 26, 2016",
  37. "rating": 3,
  38. "comments": "I was VERY excited to come here after seeing and hearing so many good things about this place. Having read much, I knew going into it that it was not going to be authentic Chinese. The place was edgy, had a punk rock throwback attitude, and generally delivered the desired atmosphere. Things went downhill from there though. The food was okay at best and the best qualities were easily overshadowed by what I believe to be poor decisions by the kitchen staff."
  39. }
  40. ]
  41. },
  42. {
  43. "id": 2,
  44. "name": "Emily",
  45. "neighborhood": "Brooklyn",
  46. "photograph": "2.jpg",
  47. "address": "919 Fulton St, Brooklyn, NY 11238",
  48. "latlng": {
  49. "lat": 40.683555,
  50. "lng": -73.966393
  51. },
  52. "cuisine_type": "Pizza",
  53. "operating_hours": {
  54. "Monday": "5:30 pm - 11:00 pm",
  55. "Tuesday": "5:30 pm - 11:00 pm",
  56. "Wednesday": "5:30 pm - 11:00 pm",
  57. "Thursday": "5:30 pm - 11:00 pm",
  58. "Friday": "5:30 pm - 11:00 pm",
  59. "Saturday": "5:00 pm - 11:30 pm",
  60. "Sunday": "12:00 pm - 3:00 pm, 5:00 pm - 11:00 pm"
  61. },
  62. "reviews": [{
  63. "name": "Steph",
  64. "date": "October 26, 2016",
  65. "rating": 4,
  66. "comments": "Five star food, two star atmosphere. I would definitely get takeout from this place - but dont think I have the energy to deal with the hipster ridiculousness again. By the time we left the wait was two hours long."
  67. },
  68. {
  69. "name": "Steve",
  70. "date": "October 26, 2016",
  71. "rating": 4,
  72. "comments": "This cozy Clinton Hill restaurant excels at both straightforward and unusual wood-fired pizzas. If you want a taste of the latter, consider ordering the Emily, which is topped with mozzarella, pistachios, truffled sottocenere cheese, and honey. The menu includes salads and a handful of starters, as well as a burger that some meat connoisseurs consider to be among the best in the city."
  73. },
  74. {
  75. "name": "Sam",
  76. "date": "October 26, 2016",
  77. "rating": 5,
  78. "comments": "5 star atmosphere as it is very cozy with great staff. 5 star food as their Emmy burger is outrageously good. and its on a pretzel bun.. Too juicy for its own good and downright addicting. Also try the Colony pizza. Many others looked like worth competitors, but the Colony really found its way to my heart. when you start with a great crust, top it with top notch cheese and sauce, you've got a winner. But, if you go a step further and add the salty from the pepperoni, the sweet from the honey, and the spicy from the chili oil.... your mouth is confused and happy at the same time."
  79. }
  80. ]
  81. }, ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement