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

17 lines
554 B
JSON

{
"name": "Top Gun: Maverick",
"year": 2022,
"runtime": 130,
"categories": [
"action",
"drama"
],
"release-date": "2022-05-27",
"director": "Joseph Kosinski",
"actors": [
"Tom Cruise",
"Jennifer Connelly",
"Miles Teller"
],
"storyline": "After thirty years, Maverick is still pushing the envelope as a top naval aviator, but must confront ghosts of his past when he leads TOP GUN's elite graduates on a mission that demands the ultimate sacrifice from those chosen to ..."
}