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

24 lines
542 B
JSON

{
"name": "Angel Has Fallen",
"year": 2019,
"runtime": 121,
"categories": [
"action",
"thriller"
],
"release-date": "2019-08-21",
"director": "Ric Roman Waugh",
"writer": [
"Ric Roman Waugh",
"Robert Mark Kamen",
"Matt Cook"
],
"actors": [
"Gerard Butler",
"Morgan Freeman",
"Piper Perabo"
],
"storyline": "Secret Service Agent Mike Banning is framed for the attempted assassination of the President and must evade his own agency and the FBI as he tries to uncover the real threat."
}