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

21 lines
662 B
JSON

{
"name": "Mid90s",
"year": 2018,
"runtime": 84,
"categories": [
"comedy",
"drama"
],
"release-date": "2018-10-19",
"director": "Jonah Hill",
"writer": [
"Jonah Hill"
],
"actors": [
"Sunny Suljic",
"Lucas Hedges",
"Na-kel Smith"
],
"storyline": "The movie follows a teenager named Stevie growing up in Los Angeles. He's struggling with his family, including his co-dependent single mom and his abusive older brother, and at school, where his richer friends seem to overlook him. When Stevie befriends a crew of skateboarders, he learns some tough lessons about class, race, and privilege. Written by Polly_Kat."
}