Files
exercises/w11_promises/basics/assets/movies/2018/the-house-with-a-clock-in-its-walls.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

23 lines
574 B
JSON

{
"name": "The House with a Clock in Its Walls",
"year": 2018,
"runtime": 105,
"categories": [
"comedy",
"family",
"fantasy"
],
"release-date": "2018-09-21",
"director": "Eli Roth",
"writer": [
"Eric Kripke",
"Paul Wernick",
"John Bellairs"
],
"actors": [
"Jack Black",
"Cate Blanchett",
"Owen Vaccaro"
],
"storyline": "A young orphan named Lewis Barnavelt aids his magical uncle in locating a clock with the power to bring about the end of the world."
}