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

24 lines
571 B
JSON

{
"name": "Deadpool 2",
"year": 2018,
"runtime": 119,
"categories": [
"action",
"adventure",
"comedy"
],
"release-date": "2018-05-10",
"director": "David Leitch",
"writer": [
"Rhett Reese",
"Paul Wernick",
"Ryan Reynolds"
],
"actors": [
"Ryan Reynolds",
"Josh Brolin",
"Morena Baccarin"
],
"storyline": "Foul-mouthed mutant mercenary Wade Wilson (AKA. Deadpool), brings together a team of fellow mutant rogues to protect a young boy with supernatural abilities from the brutal, time-traveling cyborg, Cable."
}