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

23 lines
587 B
JSON

{
"name": "Tenet",
"year": 2020,
"runtime": 150,
"categories": [
"action",
"thriller",
"sci-fi"
],
"release-date": "2020-04-12",
"director": "Christopher Nolan",
"writer": [
"Christopher Nolan",
"Michael Caine"
],
"actors": [
"John David Washington",
"Robert Pattinson",
"Elizabeth Debicki"
],
"storyline": "Armed with only one word, Tenet, and fighting for the survival of the entire world, a Protagonist journeys through a twilight world of international espionage on a mission that will unfold in something beyond real time."
}