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

26 lines
696 B
JSON

{
"name": "Hobbs & Shaw",
"year": 2019,
"runtime": 136,
"categories": [
"action",
"adventure"
],
"release-date": "2019-08-02",
"director": "David Leitch",
"writer": [
"Jennifer Lee",
"Drew Pearce"
],
"actors": [
"Dwayne Johnson",
"Jason Statham",
"Idris Elba",
"Vanessa Kirby",
"Eiza González",
"Cliff Curtis",
"Helen Mirren"
],
"storyline": " The plot follows the unlikely team-up of the titular characters as they are forced to team up with Shaw's sister (Kirby) when a cybernetically-enhanced terrorist (Elba) and his organization threaten the world with a deadly virus."
}