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

21 lines
504 B
JSON

{
"name": "Suicide Squad",
"year": 2016,
"runtime": 137,
"categories": [
"sci-fi",
"action",
"thriller",
"fantasy"
],
"release-date": "2016-08-05",
"director": "David Ayer",
"writer": "David Ayer",
"actors": [
"Will Smith",
"Jared Leto",
"Margot Robbie"
],
"storyline": "A secret government agency recruits some of the most dangerous incarcerated super-villains to form a defensive task force. Their first mission: save the world from the apocalypse."
}