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

15 lines
554 B
JSON

{
"name": "The Void",
"year": 2016,
"runtime": 90,
"categories": [
"horror",
"mystery",
"sci-fi"
],
"release-date": "2016-09-22",
"director": ["Jeremy Gillespie", "Steven Kostanski"],
"writer": ["Jeremy Gillespie", "Steven Kostanski"],
"actors": ["Aaron Poole","Kenneth Welsh","Daniel Fathers" ],
"storyline": "Shortly after delivering a patient to an understaffed hospital, a police officer experiences strange and violent occurrences seemingly linked to a group of mysterious hooded figures."
}