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

26 lines
607 B
JSON

{
"name": "Hold the Dark",
"year": 2018,
"runtime": 125,
"categories": [
"Drama",
"Adventure",
"Mystery"
],
"release-date": "2018-09-28",
"director": [
"Jeremy Saulnier"
],
"writer": [
"Macon Blair"
],
"actors": [
"Jeffrey Wright",
"Alexander Skarsgård",
"James Badge Dale",
"Riley Keough",
"Julian Black Antelope"
],
"storyline": "After the deaths of three children suspected to be killed by wolves, writer Russell Core is hired by the parents of a missing six-year-old boy to track down and locate their son in the Alaskan wilderness."
}