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

30 lines
628 B
JSON

{
"name": "Guardians of the Galaxy Vol. 2",
"year": 2017,
"runtime": 137,
"categories": [
"action",
"sci-fi",
"comedy",
"adventure"
],
"release-date": "2017-04-19",
"director": "James Gunn",
"writer": [
"James Gunn"
],
"actors": [
"Chris Pratt",
"Zoe Saldana",
"Dave Bautista",
"Vin Diesel",
"Bradley Cooper",
"Michael Rooker",
"Karen Gillan",
"Pom Klementieff",
"Sean Gunn",
"Sylvester Stallone"
],
"storyline": "The Guardians must fight to keep their newfound family together as they unravel the mysteries of Peter Quill's true parentage."
}