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

23 lines
863 B
JSON

{
"name": "Annabelle Comes Home",
"year": 2019,
"runtime": 106,
"categories": [
"supernatural",
"horror"
],
"release-date": "2019-06-26",
"director": "Gary Dauberman",
"writer": [
"James Wan",
"Gary Dauberman"
],
"actors": [
"Mckenna Grace",
"Madison Iseman",
"Katie Sarife",
"Patrick Wilson",
"Vera Farmiga"
],
"storyline": "Determined to keep Annabelle from wreaking more havoc, demonologists Ed and Lorraine Warren bring the possessed doll to the locked artifacts room in their home, placing her 'safely' behind sacred glass and enlisting a priest's holy blessing. But an unholy night of horror awaits as Annabelle awakens the evil spirits in the room, who all set their sights on a new target--the Warrens' ten-year-old daughter, Judy, and her friends."
}