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

20 lines
427 B
JSON

{
"name": "Hereditary",
"year": 2018,
"runtime": 127,
"categories": [
"Drama",
"Horror",
"Mystery"
],
"release-date": "2018-06-08",
"director": "Ari Aster",
"writer": "Ari Aster",
"actors": [
"Toni Collette",
"Milly Shapiro",
"Gabriel Byrne"
],
"storyline": "After the family matriarch passes away, a grieving family is haunted by tragic and disturbing occurrences, and begin to unravel dark secrets."
}