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

22 lines
580 B
JSON

{
"name": "Annabelle: Creation",
"year": 2017,
"runtime": 109,
"categories": [
"horror",
"thriller",
"mystery"
],
"release-date": "2017-08-11",
"director": "David F.Sandberg",
"writer": [
"Gary Dauberman"
],
"actors": [
"Anthony LaPaglia",
"Samara Lee",
"Miranda Otto"
],
"storyline": "12 years after the tragic death of their little girl, a dollmaker and his wife welcome a nun and several girls from a shuttered orphanage into their home, where they soon become the target of the dollmaker's possessed creation, Annabelle."
}