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

23 lines
520 B
JSON

{
"name": "Justice League",
"year": 2017,
"runtime": 110,
"categories": [
"Action",
"Adventure",
"Fantasy"
],
"release-date": "2017-11-17",
"director": "Zack Snyder",
"writer": [
"Chris Terrio",
"Joss Whedon"
],
"actors": [
"Ben Affleck",
"Gal Gadot",
"Jason Momoa"
],
"storyline": "Fueled by his restored faith in humanity and inspired by Superman's selfless act, Bruce Wayne enlists the help of his newfound ally, Diana Prince, to face an even greater enemy."
}