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

12 lines
527 B
JSON

{
"name": "The Predator",
"year": 2018,
"runtime": 107,
"categories": ["horror", "action", "adventure"],
"release-date": "2018-09-14",
"director": "Shane Black",
"writer": ["Fred Dekker", "Shane Black", "Jim Thomas", "John Thomas"],
"actors": ["Boyd Holbrook", "Trevante Rhodes", "Jacob Tremblay"],
"storyline": "When a young boy accidentally triggers the universe's most lethal hunters' return to Earth, only a ragtag crew of ex-soldiers and a disgruntled scientist can prevent the end of the human race."
}