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

39 lines
812 B
JSON

{
"name": "Avengers: Infinity War",
"year": 2018,
"runtime": 149,
"categories": [
"action",
"adventure",
"sci-fi"
],
"release-date": "2018-04-27",
"director": [
"Anthony Russo",
"Joe Russo"
],
"writer": [
"Christopher Markus",
"Stephen McFeely",
"Stan Lee",
"Jack Kirby",
"Joe Simon",
"Steve Englehart",
"Steve Gan",
"Bill Mantlo",
"Keith Giffen",
"Larry Lieber",
"Don Heck"
],
"actors": [
"Robert Downey Jr.",
"Chris Hemsworth",
"Mark Ruffalo",
"Chris Evans",
"Scarlett Johansson",
"Jeremy Renner"
],
"storyline": "The Avengers and their allies must be willing to sacrifice all in an attempt to defeat the powerful Thanos before his blitz of devastation and ruin puts an end to the universe."
}