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

22 lines
481 B
JSON

{
"name": "Dunkirk",
"year": 2017,
"runtime": 106,
"categories": [
"action",
"drama",
"history"
],
"release-date": "2017-07-21",
"director": "Christopher Nolan",
"writer": [
"Christopher Nolan"
],
"actors": [
"Fionn Whitehead",
"Barry Keoghan",
"Mark Rylance"
],
"storyline": "Allied soldiers from Belgium, the British Empire and France are surrounded by the German Army, and evacuated during a fierce battle in World War II."
}