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

22 lines
574 B
JSON

{
"year": 2018,
"release-date": "2018-12-14",
"categories": [
"fantasy",
"sci-fi"
],
"director": "Christian Rivers",
"writer": [
"Philip Reeve",
"Peter Jackson "
],
"actors": [
"Hugo Weaving",
"Robert Sheehan",
"Stephen Lang"
],
"future": true,
"runtime": 125,
"plot": "Many years after the \"Sixty Minute War,\" cities survive a now desolate Earth by moving around on giant wheels attacking and devouring smaller towns to replenish their resources.",
"name": "Mortal Engines"
}