Files
exercises/w11_promises/basics/assets/movies/2017/the-fate-of-the-furious.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

30 lines
629 B
JSON

{
"name": "The Fate of the Furious",
"year": 2017,
"runtime": 136,
"categories": [
"action",
"crime",
"thriller"
],
"release-date": "2017-04-14",
"director": "F. Gary Gary",
"writer": [
"Chris Morgan"
],
"actors": [
"Vin Diesel",
"Dwayne Johnson",
"Jason Statham",
"Michelle Rodriguez",
"Scott Eastwood",
"Nathalie Emmanuel",
"Elsa Pataky",
"Kurt Russel",
"Charlize Theron",
"Tyrese Gibson",
"Chris Ludacris Bridges"
],
"storyline": "A cyberterrorist Cipher lures Dom to work for her and now Dom's crew has to stop Cipher while fighting Dom."
}