Advertisement
Guest User

Untitled

a guest
Dec 20th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.03 KB | None | 0 0
  1. [
  2.     {
  3.         "title": "The Shawshank Redemption",
  4.         "year": 1994,
  5.         "genre": "drama",
  6.         "summary": "Two imprisoned men bond over a number of years, finding solace and eventual redemption through acts of common decency.",
  7.         "seen": "T"
  8.     },
  9.     {
  10.         "title": "The Godfather",
  11.         "year": 1972,
  12.         "genre": "crime",
  13.         "summary": "The aging patriarch of an organized crime dynasty transfers control of his clandestine empire to his reluctant son.",
  14.         "seen": "T"
  15.     },
  16.     {
  17.         "title": "The Dark Knight",
  18.         "year": 2008,
  19.         "genre": "action",
  20.         "summary": "When the menace known as the Joker emerges from his mysterious past, he wreaks havoc and chaos on the people of Gotham, the Dark Knight must accept one of the greatest psychological and physical tests of his ability to fight injustice.",
  21.         "seen": "T"
  22.     },
  23.     {
  24.         "title": "12 Angry Men",
  25.         "year": 1957,
  26.         "genre": "drama",
  27.         "summary": "A jury holdout attempts to prevent a miscarriage of justice by forcing his colleagues to reconsider the evidence.",
  28.         "seen": "F"
  29.     },
  30.     {
  31.         "title": "Schindler's List",
  32.         "year": 1993,
  33.         "genre": "biography",
  34.         "summary": "In German-occupied Poland during World War II, Oskar Schindler gradually becomes concerned for his Jewish workforce after witnessing their persecution by the Nazi Germans.",
  35.         "seen": "F"
  36.     },
  37.     {
  38.         "title": "Pulp Fiction",
  39.         "year": 1994,
  40.         "genre": "crime",
  41.         "summary": "The lives of two mob hitmen, a boxer, a gangster's wife, and a pair of diner bandits intertwine in four tales of violence and redemption.",
  42.         "seen": "T"
  43.     },
  44.     {
  45.         "title": "The Good, the Bad and the Ugly",
  46.         "year": 1966,
  47.         "genre": "western",
  48.         "summary": "A bounty hunting scam joins two men in an uneasy alliance against a third in a race to find a fortune in gold buried in a remote cemetery.",
  49.         "seen": "F"
  50.     }
  51. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement