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

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."
}