Advertisement
Guest User

data.json

a guest
Jun 6th, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 KB | None | 0 0
  1. [
  2. {
  3. "id": 1,
  4. "name": "The Student Hotel The Hague",
  5. "description": "With the lounge/bar as one of the top facilities. Order a drink and enjoy your stay!",
  6. "image": "student-hotel/1.jpg",
  7. "address": "Hoefkade 9 The Hague",
  8. "stars": 3,
  9. "availableFacilities": [
  10. {
  11. "id": 1,
  12. "name": "Breakfast",
  13. "pricePerNight": 10
  14. },
  15. {
  16. "id": 2,
  17. "name": "Dinner",
  18. "pricePerNight": 8
  19. },
  20. {
  21. "id": 3,
  22. "name": "Wifi",
  23. "pricePerNight": 2
  24. },
  25. {
  26. "id": 4,
  27. "name": "Library",
  28. "pricePerNight": null
  29. }
  30. ],
  31. "rooms": [
  32. {
  33. "id": 1,
  34. "name": "Executive Room",
  35. "image": "student-hotel/2.jpg",
  36. "price": 79,
  37. "size": 19,
  38. "bed": "Kingsize Bed, 2 Person",
  39. "quantity": 1,
  40. "facilities": [
  41. {
  42. "id": 1,
  43. "name": "Breakfast",
  44. "pricePerNight": 10
  45. }
  46. ],
  47. "availableFacilities": [
  48. {
  49. "id": 2,
  50. "name": "Dinner",
  51. "pricePerNight": 8
  52. },
  53. {
  54. "id": 3,
  55. "name": "Wifi",
  56. "pricePerNight": 2
  57. }
  58. ]
  59. },
  60. {
  61. "id": 2,
  62. "name": "Suite",
  63. "image": "student-hotel/3.jpg",
  64. "price": 99,
  65. "size": 21,
  66. "bed": "Kingsize Bed, 2 Person",
  67. "quantity": 4,
  68. "facilities": [
  69. {
  70. "id": 1,
  71. "name": "Breakfast",
  72. "pricePerNight": 10
  73. },
  74. {
  75. "id": 2,
  76. "name": "Dinner",
  77. "pricePerNight": 8
  78. },
  79. {
  80. "id": 3,
  81. "name": "Wifi",
  82. "pricePerNight": 2
  83. }
  84. ],
  85. "availableFacilities": []
  86. }
  87. ],
  88. "reviews": [
  89. {
  90. "id": 1,
  91. "user": "Danny Nieuwmans",
  92. "email": "danny.nieuwmans@local.host",
  93. "rating": 4,
  94. "content": "A very good hotel, the room choice is a bit limited"
  95. },
  96. {
  97. "id": 2,
  98. "user": "John Doe",
  99. "email": "john.doe@local.host",
  100. "rating": 3,
  101. "content": "Has a limited room selection, food was not bad but not the best."
  102. },
  103. {
  104. "id": 3,
  105. "user": "Jane Doe",
  106. "email": "jane.doe@local.host",
  107. "rating": 2,
  108. "content": "The food was terrible..."
  109. }
  110. ]
  111. },
  112. {
  113. "id": 2,
  114. "name": "Generator Amsterdam",
  115. "description": "With the lounge/bar as one of the top facilities. Order a drink and enjoy your stay!",
  116. "image": "generator-amsterdam/1.jpg",
  117. "address": "Mauritskade 57 Amsterdam",
  118. "stars": 2,
  119. "availableFacilities": [
  120. {
  121. "id": 5,
  122. "name": "Breakfast",
  123. "pricePerNight": 12
  124. },
  125. {
  126. "id": 6,
  127. "name": "Dinner",
  128. "pricePerNight": 9
  129. },
  130. {
  131. "id": 7,
  132. "name": "Wifi",
  133. "pricePerNight": 3
  134. },
  135. {
  136. "id": 8,
  137. "name": "Library",
  138. "pricePerNight": null
  139. }
  140. ],
  141. "rooms": [
  142. {
  143. "id": 3,
  144. "name": "Bunk Bed (4 pers.)",
  145. "image": "generator-amsterdam/2.jpg",
  146. "price": 266,
  147. "size": 16,
  148. "bed": "2 bunk beds, 2 Person",
  149. "quantity": 3,
  150. "facilities": [
  151. {
  152. "id": 5,
  153. "name": "Breakfast",
  154. "pricePerNight": 12
  155. },
  156. {
  157. "id": 7,
  158. "name": "Wifi",
  159. "pricePerNight": 3
  160. }
  161. ],
  162. "availableFacilities": [
  163. {
  164. "id": 6,
  165. "name": "Dinner",
  166. "pricePerNight": 9
  167. }
  168. ]
  169. },
  170. {
  171. "id": 4,
  172. "name": "Premium Quadruple Room",
  173. "image": "generator-amsterdam/3.jpg",
  174. "price": 350,
  175. "size": 22,
  176. "bed": "2 single beds & 1 bunk bed",
  177. "quantity": 4,
  178. "facilities": [
  179. {
  180. "id": 5,
  181. "name": "Breakfast",
  182. "pricePerNight": 12
  183. },
  184. {
  185. "id": 6,
  186. "name": "Dinner",
  187. "pricePerNight": 9
  188. },
  189. {
  190. "id": 7,
  191. "name": "Wifi",
  192. "pricePerNight": 3
  193. }
  194. ],
  195. "availableFacilities": []
  196. }
  197. ],
  198. "reviews": [
  199. {
  200. "id": 4,
  201. "user": "Danny Nieuwmans",
  202. "email": "danny.nieuwmans@local.host",
  203. "rating": 4,
  204. "content": "A very good hotel, the room choice is a bit limited"
  205. },
  206. {
  207. "id": 5,
  208. "user": "John Doe",
  209. "email": "john.doe@local.host",
  210. "rating": 2,
  211. "content": "Has a limited room selection, food was not bad but not the best."
  212. },
  213. {
  214. "id": 6,
  215. "user": "Jane Doe",
  216. "email": "jane.doe@local.host",
  217. "rating": 1,
  218. "content": "The food was terrible..."
  219. }
  220. ]
  221. }
  222. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement