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

24 lines
693 B
JSON

{
"name": "The Invisible Man",
"year": 2020,
"runtime": 124,
"categories": [
"horror",
"thriller",
"sci-fi"
],
"release-date": "2020-02-28",
"director": "Leigh Whannell",
"writer": [
"Leigh Whannell"
],
"actors": [
"Elisabeth Moss",
"Aldis Hodge",
"Storm Reid",
"Harriet Dyer",
"Michael Dorman",
"Oliver Jackson-Cohen"
],
"storyline": "It follows a woman who believes she is being stalked by her abusive and wealthy boyfriend even after his apparent suicide, and ultimately deduces that he has acquired the ability to become invisible."
}