27 lines
551 B
JSON
27 lines
551 B
JSON
{
|
|
"name": "A Quiet Place",
|
|
"year": 2018,
|
|
"runtime": 91,
|
|
"categories": [
|
|
"drama",
|
|
"horror",
|
|
"sci-fi"
|
|
],
|
|
"release-date": "2018-04-06",
|
|
"director": "John Krasinski",
|
|
"writer": [
|
|
"Bryan Woods",
|
|
"Scott Beck",
|
|
"John Krasinski"
|
|
],
|
|
"actors": [
|
|
"John Krasinski",
|
|
"Emily Blunt",
|
|
"Millicent Simmonds",
|
|
"Noah Jupe",
|
|
"Cade Woodward",
|
|
"Leon Russom"
|
|
],
|
|
"storyline": "In a post-apocalyptic world, a family is forced to live in silence while hiding from monsters with ultra-sensitive hearing."
|
|
}
|