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

22 lines
454 B
JSON

{
"name": "Maze Runner: The Death Cure",
"year": 2018,
"runtime": 143,
"categories": [
"action",
"thriller",
"sci-fi"
],
"release-date": "2018-01-26",
"director": "Wes Ball",
"writer": [
"T.S. Nowlin",
"James Dashner"
],
"actors": [
"Dylan O'Brien",
"Ki Hong Lee",
"Kaya Scodelario"
],
"storyline": "Young hero Thomas embarks on a mission to find a cure for a deadly disease known as 'The Flare'"
}