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

23 lines
528 B
JSON

{
"name": "The Mummy",
"year": 2017,
"runtime": 110,
"categories": [
"Action",
"Adventure",
"Fantasy"
],
"release-date": "2017-06-09",
"director": "Alex Kurtzman",
"writer": [
"David Koepp",
"Christopher McQuarrie"
],
"actors": [
"Tom Cruise",
"Sofia Boutella",
"Annabelle Wallis"
],
"storyline": "An ancient Egyptian princess is awakened from her crypt beneath the desert, bringing with her malevolence grown over millennia, and terrors that defy human comprehension."
}