Files
exercises/w11_promises/basics/assets/movies/2023/killers-of-the-flower-moon.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

25 lines
764 B
JSON

{
"name": "Killers of the Flower Moon",
"year": 2023,
"runtime": 206,
"categories": [
"crime",
"drama"
],
"release-date": "2023-10-20",
"director": "Martin Scorsese",
"writer": [
"Eric Roth",
"Martin Scorsese"
],
"actors": [
"Leonardo DiCaprio",
"Robert De Niro",
"Lily Gladstone",
"Jesse Plemons",
"Brendan Fraser",
"Tantoo Cardinal",
"John Lithgrow"
],
"storyline": "Based on David Grann's broadly lauded best-selling book, 'Killers of the Flower Moon' is set in 1920s Oklahoma and depicts the serial murder of members of the oil-wealthy Osage Nation, a string of brutal crimes that came to be known as the Reign of Terror."
}