Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. {
  2. "books": [
  3. {
  4. "title": "Cien años de soledad",
  5. "date": "1967-01-12",
  6. "author": "Gabriel García Márquez",
  7. "ISBN": "978-3-598-21500-1",
  8. "genre": "novela",
  9. "users": [
  10. {
  11. "id": 1,
  12. "name": "Isidro Pérez"
  13. },
  14. {
  15. "id": 2,
  16. "name": "José Manuel Santos"
  17. },
  18. {
  19. "id": 3,
  20. "name": "Trinidad Alonso"
  21. }
  22. ]
  23. },
  24. {
  25. "title": "Las Aventuras de Huckleberry Finn",
  26. "date": "1998-04-12",
  27. "author": "Mark Twain",
  28. "ISBN": "978-3-598-21501-8",
  29. "genre": "aventura",
  30. "users": [
  31. {
  32. "id": 4,
  33. "name": "Jose Miguel Sanchez"
  34. },
  35. {
  36. "id": 5,
  37. "name": "Beatriz Reyes"
  38. },
  39. {
  40. "id": 6,
  41. "name": "Rosario Garcia"
  42. }
  43. ]
  44. },
  45. {
  46. "title": "El Conde de Montecristo",
  47. "date": "1989-01-12",
  48. "author": "Alexandre Dumas",
  49. "ISBN": "978-3-598-21502-5",
  50. "genre": "aventura",
  51. "users": [
  52. {
  53. "id": 6,
  54. "name": "Rosario Garcia"
  55. },
  56. {
  57. "id": 1,
  58. "name": "Isidro Pérez"
  59. },
  60. {
  61. "id": 4,
  62. "name": "Jose Miguel Sanchez"
  63. }
  64. ]
  65. },
  66. {
  67. "title": "El señor de los anillos",
  68. "date": "1964-08-25",
  69. "author": "John Ronald Reuel Tolkien",
  70. "ISBN": "978-3-598-21503-2",
  71. "genre": "fantasía",
  72. "users": [
  73. {
  74. "id": 5,
  75. "name": "Beatriz Reyes"
  76. },
  77. {
  78. "id": 2,
  79. "name": "José Manuel Santos"
  80. },
  81. {
  82. "id": 3,
  83. "name": "Trinidad Alonso"
  84. }
  85. ]
  86. },
  87. {
  88. "title": "Drácula",
  89. "date": "1986-07-03",
  90. "author": "Bram Stoker",
  91. "ISBN": "978-3-598-21504-9",
  92. "genre": "terror",
  93. "users": [
  94. {
  95. "id": 7,
  96. "name": "Vanesa Castro"
  97. },
  98. {
  99. "id": 2,
  100. "name": "José Manuel Santos"
  101. },
  102. {
  103. "id": 6,
  104. "name": "Rosario Garcia"
  105. }
  106. ]
  107. },
  108. {
  109. "title": "Orgullo y prejuicio",
  110. "date": "1966-11-23",
  111. "author": "Jane Austen",
  112. "ISBN": "978-3-598-21505-6",
  113. "genre": "amor",
  114. "users": [
  115. {
  116. "id": 4,
  117. "name": "Jose Miguel Sanchez"
  118. },
  119. {
  120. "id": 8,
  121. "name": "Julio Navarro"
  122. },
  123. {
  124. "id": 2,
  125. "name": "José Manuel Santos"
  126. }
  127. ]
  128. },
  129. {
  130. "title": "El exorcista",
  131. "date": "2000-07-05",
  132. "author": "Jane Austen",
  133. "ISBN": "978-3-598-21506-3",
  134. "genre": "terror",
  135. "users": [
  136. {
  137. "id": 1,
  138. "name": "Isidro Pérez"
  139. },
  140. {
  141. "id": 2,
  142. "name": "José Manuel Santos"
  143. },
  144. {
  145. "id": 7,
  146. "name": "Vanesa Castro"
  147. }
  148. ]
  149. },
  150. {
  151. "title": "El resplandor",
  152. "date": "1991-05-11",
  153. "author": "Stephen King",
  154. "ISBN": "978-3-598-21507-0",
  155. "genre": "terror",
  156. "users": [
  157. {
  158. "id": 1,
  159. "name": "Isidro Pérez"
  160. },
  161. {
  162. "id": 8,
  163. "name": "Julio Navarro"
  164. },
  165. {
  166. "id": 3,
  167. "name": "Trinidad Alonso"
  168. }
  169. ]
  170. },
  171. {
  172. "title": "Hamlet",
  173. "date": "1982-08-01",
  174. "author": "William Shakespeare",
  175. "ISBN": "978-3-598-21508-7",
  176. "genre": "aventura",
  177. "users": [
  178. {
  179. "id": 1,
  180. "name": "Isidro Pérez"
  181. },
  182. {
  183. "id": 4,
  184. "name": "Jose Miguel Sanchez"
  185. },
  186. {
  187. "id": 3,
  188. "name": "Trinidad Alonso"
  189. }
  190. ]
  191. },
  192. {
  193. "title": "El Principito",
  194. "date": "1999-07-27",
  195. "author": "Antoine de Saint-Exupéry",
  196. "ISBN": "978-3-598-21509-4",
  197. "genre": "infantil",
  198. "users": [
  199. {
  200. "id": 1,
  201. "name": "Isidro Pérez"
  202. },
  203. {
  204. "id": 5,
  205. "name": "Beatriz Reyes"
  206. },
  207. {
  208. "id": 2,
  209. "name": "José Manuel Santos"
  210. }
  211. ]
  212. }
  213. ]
  214. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement