Files
exercises/w11_promises/basics/assets/movies/2022/halloween-ends.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

28 lines
673 B
JSON

{
"name": "Halloween Ends",
"year": 2022,
"runtime": 111,
"categories": [
"horror",
"thriller"
],
"release-date": "2022-10-14",
"director": [
"David Gordon Green"
],
"writer": [
"John Carpenter",
"Debra Hill",
"Paul Brad Logan"
],
"actors": [
"Jamie Lee Curtis",
"Andi Matichak",
"James Jude Courtney",
"Rohan Campbell",
"Will Patton",
"Jesse C. Boyd",
"Michael Barbieri"
],
"storyline": "The saga of Michael Myers and Laurie Strode comes to a spine-chilling climax in the final installment of this trilogy."
}