29 lines
685 B
JSON
29 lines
685 B
JSON
{
|
|
"name": "Love, Simon",
|
|
"year": 2018,
|
|
"runtime": 110,
|
|
"categories": [
|
|
"comedy",
|
|
"drama",
|
|
"romance"
|
|
],
|
|
"release-date": "2018-04-05",
|
|
"director": "Greg Berlanti",
|
|
"writer": [
|
|
"Becky Albertalli",
|
|
"Elizabeth Berger",
|
|
"Issac Aptaker"
|
|
],
|
|
"actors": [
|
|
"Nick Robinson",
|
|
"Bryson Pitts",
|
|
"Nye Reynolds",
|
|
"Jennifer Garner",
|
|
"Josh Duhamel",
|
|
"Katherine Langford",
|
|
"Alexandra Shipp",
|
|
"Jorge Lendeborg Jr."
|
|
],
|
|
"storyline": "Simon Spier keeps a huge secret from his family, his friends and all of his classmates: he's gay. When that secret is threatened, Simon must face everyone and come to terms with his identity."
|
|
}
|