Files
exercises/w11_promises/basics/assets/movies/2016/batman-v-superman-dawn-of-justice.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

23 lines
523 B
JSON

{
"name": "Batman v Superman: Dawn of Justice",
"year": 2016,
"runtime": 151,
"categories": [
"action",
"adventure",
"sci-fi"
],
"release-date": "2016-03-25",
"director": "Zack Snyder",
"writer": [
"Chris Terrio",
"David S. Goyer"
],
"actors": [
"Ben Affleck",
"Henry Cavill",
"Amy Adams"
],
"storyline": "Fearing that the actions of Superman are left unchecked, Batman takes on the Man of Steel, while the world wrestles with what kind of a hero it really needs."
}