Guest User

Music and Books JSON

a guest
May 8th, 2022
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. {
  2. "Music and Books": [
  3. {
  4. "artist": "Radiohead",
  5. "publish_info": {
  6. "publish_year": "2003",
  7. "publisher": "Capitol Records"
  8. },
  9. "title": "Hail To The Thief"
  10. },
  11. {
  12. "artist": "Miles Davis",
  13. "publish_info": {
  14. "publish_year": "1959",
  15. "publisher": "Columbia Records"
  16. },
  17. "title": "Kind of Blue"
  18. },
  19. {
  20. "artist": "Thelonius Monk",
  21. "publish_info": {
  22. "publish_year": "1965",
  23. "publisher": "Columbia Records"
  24. },
  25. "title": "Monk Alone"
  26. },
  27. {
  28. "author": "Stephen King",
  29. "publish_info": {
  30. "publish_year": "1977",
  31. "publisher": "Doubleday"
  32. },
  33. "title": "The Shining"
  34. },
  35. {
  36. "author": "George Orwell",
  37. "publish_info": {
  38. "publish_year": "1949",
  39. "publisher": "Secher & Warburg"
  40. },
  41. "title": "1984"
  42. },
  43. {
  44. "author": "Al Sweigart",
  45. "publish_info": {
  46. "publish_year": "2015",
  47. "publisher": "No Starch Press"
  48. },
  49. "title": "Automate The Boring Stuff With Python"
  50. }
  51. ]
  52. }
Advertisement
Add Comment
Please, Sign In to add comment