Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. {
  2. "Movie_Details":{
  3. "Movie":[
  4. {
  5. "movie_ID" : 1,
  6. "movie_title" : "Sherlock Homes",
  7. "year_released": "2009",
  8. "movie_summary" : "Detective Sherlock Holmes and his stalwart partner Watson engage in a battle of wits and brawn with a nemesis whose plot is a threat to all of England.",
  9. "star_rating": "7.6/10",
  10. "age_rating" : "PG-13",
  11. "run_time": "128 min",
  12. "categories" : ["Action", "Adventure", "Crime"],
  13. "studio_ID" : [1,4],
  14. "actor_ID" : [1, 2, 3]
  15. },
  16. {
  17. "movie_ID" : 2,
  18. "movie_title" : "Les Miserables",
  19. "year_released": "2012",
  20. "movie_summary" : "In 19th-century France, Jean Valjean, who for decades has been hunted by the ruthless policeman Javert after breaking parole, agrees to care for a factory worker's daughter. The decision changes their lives forever.",
  21. "star_rating": "7.6/10",
  22. "age_rating" : "PG-13",
  23. "run_time": "158 min",
  24. "categories" : ["Drama", "History", "Musical"],
  25. "studio_ID" : [3,5],
  26. "actor_ID" : [4, 5, 6]
  27. },
  28. {
  29. "movie_ID" : 3,
  30. "movie_title" : "Rise of the Guardians",
  31. "year_released": "2012",
  32. "movie_summary" : "When the evil spirit Pitch launches an assault on Earth, the Immortal Guardians team up to protect the innocence of children all around the world.",
  33. "star_rating": "7.3/10",
  34. "age_rating" : "PG",
  35. "run_time": "97 min",
  36. "categories" : ["Animation", "Action", "Adventure"],
  37. "studio_ID" : 1,
  38. "actor_ID" : [2, 7, 8, 4]
  39. },
  40. {
  41. "movie_ID" : 4,
  42. "movie_title" : "The Soloist",
  43. "year_released": "2009",
  44. "movie_summary" : "A newspaper journalist discovers a homeless musical genius and tries to improve his situation. ",
  45. "star_rating": "6.7/10",
  46. "age_rating" : "PG-13",
  47. "run_time": "117",
  48. "categories" : ["Biography", "Drama", "Music"],
  49. "studio_ID" : [2,3],
  50. "actor_ID" : [1, 9, 10]
  51. }
  52. ],
  53. "Actors":[
  54. {
  55. "actor_ID" : 1,
  56. "name" : "Robert Downey Jr."
  57. },
  58. {
  59. "actor_ID" : 2,
  60. "name" : "Jude Law"
  61. },
  62. {
  63. "actor_ID" : 3,
  64. "name" : "Rachel McAdams"
  65. },
  66. {
  67. "actor_ID" : 4,
  68. "name" : "Hugh Jackman"
  69. },
  70. {
  71. "actor_ID" : 5,
  72. "name" : "Russell Crowe"
  73. },
  74. {
  75. "actor_ID" : 6,
  76. "name" : "Anne Hathaway"
  77. },
  78. {
  79. "actor_ID" : 7,
  80. "name" : "Chris Pine"
  81. },
  82. {
  83. "actor_ID" : 8,
  84. "name" : "Alec Baldwin"
  85. },
  86. {
  87. "actor_ID" : 9,
  88. "name" : "Jamie Foxx"
  89. },
  90. {
  91. "actor_ID" : 10,
  92. "name" : "Catherine Keener"
  93. }
  94. ],
  95. "Studios":[
  96. {
  97. "studio_ID" : 1,
  98. "studio_name" : "Warner Bros."
  99. },
  100. {
  101. "studio_ID" : 2,
  102. "studio_name" : "DreamWorks"
  103. },
  104. {
  105. "studio_ID" : 3,
  106. "studio_name" : "Universal Pictures"
  107. },
  108. {
  109. "studio_ID" : 4,
  110. "studio_name" : "Village Roadshow Pictures"
  111. },
  112. {
  113. "studio_ID" : 5,
  114. "studio_name" : "Working Title Films"
  115. }
  116. ]
  117. }
  118.  
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement