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

28 lines
671 B
JSON

{
"name": "Ant-Man and the Wasp",
"year": 2018,
"runtime": 118,
"categories": [
"action",
"adventure",
"sci-fi"
],
"release-date": "2018-07-06",
"director": "Peyton Reed",
"writer": [
"Chris McKenna",
"Erik Sommers",
"Andrew Barrer",
"Gabriel Ferrari",
"Paul Rudd"
],
"actors": [
"Paul Rudd",
"Evangeline Lilly",
"Michael Peña",
"Walton Goggins",
"Bobby Cannavale"
],
"storyline": "As Scott Lang balances being both a Super Hero and a father, Hope van Dyne and Dr. Hank Pym present an urgent new mission that finds the Ant-Man fighting alongside The Wasp to uncover secrets from their past."
}