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

32 lines
751 B
JSON

{
"name": "Johnny English Strikes Again",
"year": 2018,
"runtime": 88,
"categories": [
"action",
"adventure",
"comedy"
],
"release-date": "2018-10-26",
"director": "David Kerr",
"writer": "William Davies",
"actors": [
"Olga Kurylenko",
"Emma Thompson",
"Rowan Atkinson",
"Jake Lacy",
"Charles Dance",
"Ben Miller",
"Miranda Hennessy",
"Adam James",
"Irena Tyshyna",
"Pippa Bennett-Warner",
"Adam Greaves-Neal",
"James Eeles",
"David Mumeni",
"Tuncay Gunes",
"Pino Maiello"
],
"storyline": "JOHNNY ENGLISH STRIKES AGAIN is the third installment of the Johnny English comedy series, with Rowan Atkinson returning as the much loved accidental secret agent."
}