Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. {
  2. "Place_Details":{
  3. "Place":[
  4. {
  5. "name" : "Teatery - Tea and Tapioca",
  6. "rating" : 4.5,
  7. "city" : "Baton Rouge",
  8. "state" : "LA",
  9. "address" : "7620 Corporate Blvd",
  10. "food_type" : ["Bubble Tea","Coffee", "Tea","Juice", "Smoothies"],
  11. "phone_number" : "2252462833",
  12. "website" : "teaterybr.com",
  13. "ethnicity" : "Twinese",
  14. "resturant_setting" : ["Coffee House","Tea House", "Clean", "Calm"],
  15. "hours_of_operations" : {
  16. "Monday" : "10:00am - 10:00pm",
  17. "Tuesday" : "10:00am - 10:00pm",
  18. "Wednesday" : "10:00am - 10:00pm",
  19. "Thursday" : "10:00am - 10:00pm",
  20. "Friday" : "10:00am - 11:00pm",
  21. "Saturday" : "10:00am - 11:00pm",
  22. "Sunday" : "10:00am - 10:00pm"
  23. },
  24. "happy_hour_specials" : false,
  25. "has_vegan" : true,
  26. "takes_reservations" : false,
  27. "item_price_range" : "low"
  28. },
  29. {
  30. "name" : "The Rum House",
  31. "rating" : 4,
  32. "city" : "Baton Rouge",
  33. "state" : "LA",
  34. "address" : "2112 Perkins Palms Ave",
  35. "food_type" : ["Tacos", "Bar", "Caribbean", "Seafood"],
  36. "phone_number" : "2259304480",
  37. "website" : "therumhouse.com",
  38. "ethnicity" : "Caribbean",
  39. "resturant_setting" : ["Bar","Outdoors", "Hip", "Island"],
  40. "hours_of_operations" : {
  41. "Monday" : "Closed",
  42. "Tuesday" : "11:00am - 10:00pm",
  43. "Wednesday" : "11:00am - 10:00pm",
  44. "Thursday" : "11:00am - 10:00pm",
  45. "Friday" : "11:00am - 10:00pm",
  46. "Saturday" : "11:00am - 10:00pm",
  47. "Sunday" : "10:00am - 9:00pm"
  48. },
  49. "happy_hour_specials" : true,
  50. "has_vegan" : true,
  51. "takes_reservations" : false,
  52. "item_price_range" : "medium"
  53. },
  54. {
  55. "name" : "The Velvet Cactus",
  56. "rating" : 3.5,
  57. "city" : "Baton Rouge",
  58. "state" : "LA",
  59. "address" : "7655 Old Hammond Hwy",
  60. "food_type" : ["Tacos", "Bar", "Mexican", "Fusion"],
  61. "phone_number" : "2252272563",
  62. "website" : "thevelvetcactus.com",
  63. "ethnicity" : "Mexican",
  64. "resturant_setting" : ["Bar", "Outdoors", "Hip", "Art"],
  65. "hours_of_operations" : {
  66. "Monday" : "11:00am - 9:00pm",
  67. "Tuesday" : "11:00am - 9:00pm",
  68. "Wednesday" : "11:00am - 10:00pm",
  69. "Thursday" : "11:00am - 10:00pm",
  70. "Friday" : "11:00am - 10:00pm",
  71. "Saturday" : "11:00am - 10:00pm",
  72. "Sunday" : "11:00am - 9:00pm"
  73. },
  74. "happy_hour_specials" : true,
  75. "has_vegan" : true,
  76. "takes_reservations" : false,
  77. "item_price_range" : "medium"
  78. }
  79. ]
  80. }
  81.  
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement