22 lines
539 B
JSON
22 lines
539 B
JSON
{
|
|
"name": "Glass",
|
|
"year": 2019,
|
|
"runtime": "129",
|
|
"categories": [
|
|
"drama",
|
|
"sci-fi",
|
|
"thriller"
|
|
],
|
|
"release-date" : "2019-01-18",
|
|
"director": "M. Night Shyamalan",
|
|
"writer": "M. Night Shyamalan",
|
|
"actors": [
|
|
"James McAvoy",
|
|
"Bruce Willis",
|
|
"Samuel L. Jackson",
|
|
"Anya Taylor-Joy"
|
|
],
|
|
"storyline": "Security guard David Dunn uses his supernatural abilities to track Kevin Wendell Crumb, a disturbed man who has twenty-four personalities."
|
|
}
|
|
|