Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1.  
  2. {
  3. "name": "Ristorante Beatrice",
  4. "city": "Montreal",
  5. "state": "QC",
  6. "stars": 4,
  7. "review_count": 35,
  8. "attributes": {
  9. "RestaurantsTableService": true,
  10. "GoodForMeal": {
  11. "dessert": false,
  12. "latenight": false,
  13. "lunch": false,
  14. "dinner": true,
  15. "breakfast": false,
  16. "brunch": false
  17. },
  18. "DogsAllowed": true,
  19. "Alcohol": "full_bar",
  20. "Caters": true,
  21. "HasTV": false,
  22. "RestaurantsGoodForGroups": true,
  23. "NoiseLevel": "average",
  24. "WiFi": "free",
  25. "RestaurantsAttire": "dressy",
  26. "RestaurantsReservations": true,
  27. "OutdoorSeating": true,
  28. "BusinessAcceptsCreditCards": true,
  29. "RestaurantsPriceRange2": 3,
  30. "BikeParking": true,
  31. "RestaurantsDelivery": false,
  32. "Ambience": {
  33. "romantic": true,
  34. "intimate": false,
  35. "classy": false,
  36. "hipster": false,
  37. "touristy": false,
  38. "trendy": false,
  39. "upscale": true,
  40. "casual": false
  41. },
  42. "RestaurantsTakeOut": true,
  43. "GoodForKids": false,
  44. "WheelchairAccessible": true,
  45. "BusinessParking": {
  46. "garage": false,
  47. "street": true,
  48. "validated": false,
  49. "lot": false,
  50. "valet": true
  51. }
  52. },
  53. "categories": [
  54. "Italian",
  55. "Restaurants"
  56. ]
  57. },
  58. {
  59. "name": "Farra Swan Nd",
  60. "city": "Tempe",
  61. "state": "AZ",
  62. "stars": 4,
  63. "review_count": 4,
  64. "attributes": {
  65. "ByAppointmentOnly": false
  66. },
  67. "categories": [
  68. "Health & Medical",
  69. "Midwives"
  70. ]
  71. },
  72. {
  73. "name": "Profile Nail Spa",
  74. "city": "Indian Trail",
  75. "state": "NC",
  76. "stars": 4,
  77. "review_count": 3,
  78. "attributes": {
  79. "RestaurantsPriceRange2": 2,
  80. "BusinessParking": {
  81. "garage": false,
  82. "street": false,
  83. "validated": false,
  84. "lot": false,
  85. "valet": false
  86. },
  87. "BikeParking": true,
  88. "ByAppointmentOnly": false
  89. },
  90. "categories": [
  91. "Beauty & Spas",
  92. "Nail Salons"
  93. ]
  94. },
  95. {
  96. "name": "Theodor-Heuss-Haus",
  97. "city": "Stuttgart",
  98. "state": "BW",
  99. "stars": 3.5,
  100. "review_count": 3,
  101. "attributes": {},
  102. "categories": [
  103. "Arts & Entertainment",
  104. "Museums"
  105. ]
  106. },
  107. {
  108. "name": "Box Brothers",
  109. "city": "Las Vegas",
  110. "state": "NV",
  111. "stars": 5,
  112. "review_count": 12,
  113. "attributes": {
  114. "BusinessAcceptsCreditCards": true
  115. },
  116. "categories": [
  117. "Local Services",
  118. "Shipping Centers"
  119. ]
  120. },
  121. {
  122. "name": "Sun Devil Window Cleaning",
  123. "city": "Mesa",
  124. "state": "AZ",
  125. "stars": 5,
  126. "review_count": 7,
  127. "attributes": {
  128. "BusinessAcceptsCreditCards": true,
  129. "ByAppointmentOnly": true
  130. },
  131. "categories": [
  132. "Glass & Mirrors",
  133. "Window Washing",
  134. "Home Services"
  135. ]
  136. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement