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

14 lines
488 B
JSON

{
"name": "Split",
"year": 2016,
"runtime": 117,
"categories": [
"horror",
"Thriller "
],
"release-date": "2016-09-26",
"director": ["M. Night Shyamalan"],
"writer": ["M. Night Shyamalan"],
"actors": ["James McAvoy", "Anya Taylor-Joy", "Haley Lu Richardson" ],
"storyline": "Three girls are kidnapped by a man with a diagnosed 23 distinct personalities. They must try to escape before the apparent emergence of a frightful new 24th."
}