Guest User

Untitled

a guest
Apr 21st, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. [
  2. {
  3. "isbn": "846896359-3",
  4. "title": "Jungle Book 2, The",
  5. "price": 22.05,
  6. "date": "12/28/2017",
  7. "authors": [
  8. {
  9. "first": "Marlène",
  10. "last": "Ashley",
  11. "age": 38
  12. },
  13. {
  14. "first": "Miléna",
  15. "last": "Finley",
  16. "age": 37
  17. },
  18. {
  19. "first": "Stévina",
  20. "last": "Bullus",
  21. "age": 44
  22. }
  23. ],
  24. "publisher": {
  25. "name": "Youspan",
  26. "address": {
  27. "street": "Iowa",
  28. "number": "853",
  29. "city": "München",
  30. "country": "Germany"
  31. },
  32. "phone": "361-191-8111"
  33. }
  34. },
  35. {
  36. "isbn": "558973823-7",
  37. "title": "Star Trek III: The Search for Spock",
  38. "price": 36.58,
  39. "date": "4/19/2017",
  40. "authors": [
  41. {
  42. "first": "Uò",
  43. "last": "Ibel",
  44. "age": 26
  45. },
  46. {
  47. "first": "Mélys",
  48. "last": "Grasner",
  49. "age": 36
  50. },
  51. {
  52. "first": "Mylène",
  53. "last": "Laven",
  54. "age": 40
  55. },
  56. {
  57. "first": "Pò",
  58. "last": "Lapsley",
  59. "age": 37
  60. }
  61. ],
  62. "publisher": {
  63. "name": "Chatterbridge",
  64. "address": {
  65. "street": "Dennis",
  66. "number": "1",
  67. "city": "São Tomé",
  68. "country": "Sao Tome and Principe"
  69. },
  70. "phone": "845-226-0017"
  71. }
  72. }
  73. ]
Add Comment
Please, Sign In to add comment