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

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."
}