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

23 lines
551 B
JSON

{
"name": "Halloween",
"year": 2018,
"runtime": 109,
"categories": [
"horror",
"thriller"
],
"release-date": "2018-10-19",
"director": "David Gordon Green",
"writer": [
"David Gordon Green",
"Danny McBride",
"Jeff Fradley"
],
"actors": [
"Jamie Lee Curtis",
"Judy Greer",
"Andi Matichak"
],
"storyline": "Laurie Strode comes to her final confrontation with Michael Myers, the masked figure who has haunted her since she narrowly escaped his killing spree on Halloween night four decades ago."
}