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

24 lines
554 B
JSON

{
"name": "Black Panther",
"year": 2018,
"runtime": 134,
"categories": [
"action",
"adventure",
"sci-fi"
],
"release-date": "2018-02-16",
"director": "Ryan Coogler",
"writer": [
"Ryan Coogler",
"Joe Robert Cole"
],
"actors": [
"Chadwick Boseman",
"Michael B. Jordan",
"Danai Gurira",
"Martin Freeman"
],
"storyline": "T'Challa, heir to the hidden but advanced kingdom of Wakanda, must step forward to lead his people into a new future and must confront a challenger from his country's past."
}