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

27 lines
635 B
JSON

{
"name": "Morbius",
"year": 2022,
"runtime": 104,
"categories": [
"horror",
"action",
"adventure"
],
"release-date": "2022-04-01",
"director": [
"Daniel Espinosa"
],
"writer": [
"Matt Sazama",
"Burk Sharpless"
],
"actors": [
"Jared Leto",
"Matt Smith",
"Adria Arjona",
"Jared Harris",
"Tyrese Gibson",
"Al Madrigal"
],
"storyline": "Biochemist Michael Morbius tries to cure himself of a rare blood disease, but he inadvertently infects himself with a form of vampirism instead."
}