23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"name": "The Conjuring 2",
|
|
"year": 2016,
|
|
"runtime": 134,
|
|
"categories": [
|
|
"mystery",
|
|
"thriller",
|
|
"horror"
|
|
],
|
|
"release-date": "2016-06-10",
|
|
"director": "James Wan",
|
|
"writer": [
|
|
"Carey Hayes",
|
|
"Chad Hayes"
|
|
],
|
|
"actors": [
|
|
"Vera Farmiga",
|
|
"Patrick Wilson",
|
|
"Madison Wolfe"
|
|
],
|
|
"storyline": "Ed and Lorraine Warren travel to North London to help a single mother raising 4 children alone in a house plagued by a supernatural spirit."
|
|
}
|