{
  "movies": [
    {
      "title": "The Shawshank Redemption",
      "description": "Two imprisoned men bond over a number of years, finding solace and eventual redemption through acts of common decency.",
      "genre": [
        "Drama"
      ],
      "release_date": "1994-09-23",
      "director": "Frank Darabont"
    },
    {
      "title": "Inception",
      "description": "A thief who steals corporate secrets through the use of dream-sharing technology is given the inverse task of planting an idea into the mind of a C.E.O.",
      "genre": [
        "Action",
        "Sci-Fi",
        "Thriller"
      ],
      "release_date": "2010-07-16",
      "director": "Christopher Nolan"
    },
    {
      "title": "Pulp Fiction",
      "description": "The lives of two mob hitmen, a boxer, a gangster and his wife, and a pair of diner bandits intertwine in four tales of violence and redemption.",
      "genre": [
        "Crime",
        "Drama"
      ],
      "release_date": "1994-10-14",
      "director": "Quentin Tarantino"
    },
    {
      "title": "The Godfather",
      "description": "The aging patriarch of an organized crime dynasty transfers control of his clandestine empire to his reluctant son.",
      "genre": [
        "Crime",
        "Drama"
      ],
      "release_date": "1972-03-24",
      "director": "Francis Ford Coppola"
    },
    {
      "title": "Oppenheimer",
      "description": "The story of American scientist J. Robert Oppenheimer and his role in the development of the atomic bomb.",
      "genre": [
        "Biography",
        "Drama",
        "History"
      ],
      "release_date": "2023-07-21",
      "director": "Christopher Nolan"
    },
    {
      "title": "Parasite",
      "description": "Greed and class discrimination threaten the newly formed symbiotic relationship between the wealthy Park family and the destitute Kim clan.",
      "genre": [
        "Drama",
        "Thriller",
        "Comedy"
      ],
      "release_date": "2019-05-30",
      "director": "Bong Joon-ho"
    },
    {
      "title": "Everything Everywhere All at Once",
      "description": "A middle-aged Chinese immigrant is swept up into an insane adventure in which she alone can save existence by exploring other universes.",
      "genre": [
        "Action",
        "Adventure",
        "Comedy",
        "Sci-Fi"
      ],
      "release_date": "2022-03-25",
      "director": "Daniel Kwan, Daniel Scheinert"
    },
    {
      "title": "The Dark Knight",
      "description": "When the menace known as the Joker wreaks havoc and chaos on the people of Gotham, Batman must accept one of the greatest psychological and physical tests of his ability to fight injustice.",
      "genre": [
        "Action",
        "Crime",
        "Drama"
      ],
      "release_date": "2008-07-18",
      "director": "Christopher Nolan"
    },
    {
      "title": "Interstellar",
      "description": "A team of explorers travel through a wormhole in space in an attempt to ensure humanity's survival.",
      "genre": [
        "Adventure",
        "Drama",
        "Sci-Fi"
      ],
      "release_date": "2014-11-07",
      "director": "Christopher Nolan"
    },
    {
      "title": "Dune: Part Two",
      "description": "Paul Atreides unites with the Fremen people of the desert planet Arrakis to wage war against the galactic empire that destroyed his family.",
      "genre": [
        "Action",
        "Adventure",
        "Drama",
        "Sci-Fi"
      ],
      "release_date": "2024-03-01",
      "director": "Denis Villeneuve"
    }
  ]
}