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

26 lines
807 B
JSON

{
"name": "Black Widow",
"year": 2021,
"runtime": 134,
"categories": [
"sci-fi",
"action",
"adventure"
],
"release-date": "2021-07-09",
"director": [
"Cate Shortland"
],
"writer": [
"Eric Pearson"
],
"actors": [
"Scarlett Johansson",
"Florence Pugh",
"Rachel Weisz",
"David Harbour",
"Ray Winstone",
"Ever Anderson"
],
"storyline": "Natasha Romanoff, aka Black Widow, confronts the darker parts of her ledger when a dangerous conspiracy with ties to her past arises. Pursued by a force that will stop at nothing to bring her down, Natasha must deal with her history as a spy, and the broken relationships left in her wake long before she became an Avenger."
}