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

23 lines
519 B
JSON

{
"name": "Upgrade",
"year": 2018,
"runtime": 100,
"categories": [
"horror",
"action",
"sci-fi",
"fantasy"
],
"release-date": "2018-06-01",
"director": "Leigh Whannell",
"writer": [
"Leigh Whannell"
],
"actors": [
"Logan Marshall-Green",
"Betty Gabriel",
"Harrison Gilbertson"
],
"storyline":"The film follows a man who is implanted with a chip that allows him to control his body after a mugging leaves him paralyzed"
}