Files
exercises/w11_promises/basics/assets/movies/2023/theres-something-wrong-with-the-children.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

22 lines
638 B
JSON

{
"name": "There's Something Wrong with the Children",
"year": 2023,
"runtime": 92,
"categories": [
"horror",
"mystery"
],
"release-date": "2023-01-17",
"director": "Roxanne Benjamin",
"writer": [
"T.J.Cimfel",
"David White"
],
"actors": [
"Alisha Wainwright",
"Zach Gilford",
"Amanda Crew",
"Carlos Santos"
],
"storyline": "A family takes a weekend trip with longtime friends and their two young children, but, they suspect something supernatural when the kids behave strangely after disappearing into the woods overnight."
}