[
{
"title": "Mission: Impossible - Fallout",
"year": 2018,
"genre": ["Action", "Adventure", "Thriller"],
"actors": ["Tom Cruise", "Rebecca Ferguson", "Henry Cavill"]
},
{
"title": "Salt",
"year": 2010,
"genre": ["Action", "Mystery", "Thriller"],
"actors": ["Angelina Jolie", "Liev Schreiber", "Chiwetel Ejiofor"]
},
{
"title": "The Transporter",
"year": 2002,
"genre": ["Action", "Crime", "Thriller"],
"actors": ["Jason Statham", "Qi Shu", "Matt Schulze"]
},
{
"title": "Atomic Blonde",
"year": 2017,
"genre": ["Action", "Mystery", "Thriller"],
"actors": ["Charlize Theron", "James McAvoy", "John Goodman"]
},
{
"title": "Luther",
"year": 2010,
"genre": ["Crime", "Drama", "Mystery"],
"actors": ["Idris Elba", "Dermot Crowley", "Michael Smiley"]
},
{
"title": "Black Widow",
"year": 2021,
"genre": ["Action", "Adventure", "Sci-Fi"],
"actors": ["Scarlett Johansson", "Florence Pugh", "David Harbour"]
},
{
"title": "Extraction",
"year": 2020,
"genre": ["Action", "Thriller"],
"actors": ["Chris Hemsworth", "Rudhraksh Jaiswal", "Randeep Hooda"]
},
{
"title": "Edge of Tomorrow",
"year": 2014,
"genre": ["Action", "Sci-Fi"],
"actors": ["Emily Blunt", "Tom Cruise", "Bill Paxton"]
},
{
"title": "The Bourne Identity",
"year": 2002,
"genre": ["Action", "Mystery", "Thriller"],
"actors": ["Matt Damon", "Franka Potente", "Chris Cooper"]
},
{
"title": "Wonder Woman",
"year": 2017,
"genre": ["Action", "Adventure", "Fantasy"],
"actors": ["Gal Gadot", "Chris Pine", "Robin Wright"]
}
]