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

22 lines
559 B
JSON

{
"name": "The Hate U Give",
"year": 2018,
"runtime": 132,
"categories": [
"crime",
"drama"
],
"release-date": "2018-10-19",
"director": "George Tillman Jr.",
"writer": [
"Audrey Wells",
"Angie Thomas"
],
"actors": [
"Amandla Stenberg",
"Regina Hall",
"Russell Hornsby"
],
"storyline": "Starr witnesses the fatal shooting of her childhood best friend Khalil at the hands of a police officer. Now, facing pressures from all sides of the community, Starr must find her voice and stand up for what's right."
}