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

18 lines
442 B
JSON

{
"name": "Get Out",
"year": 2017,
"runtime": 104,
"categories": [
"horror",
"mystery"
],
"release-date": "2017-02-24",
"director": "Jordan Peele",
"writer": [
"Jordan Peele"
],
"actors": [
"Daniel Kaluuya"
],
"storyline": "A young African-American visits his white girlfriend's parents for the weekend, where his simmering uneasiness about their reception of him eventually reaches a boiling point."
}