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

24 lines
517 B
JSON

{
"name": "Hunt For The Wilderpeople",
"year": 2016,
"runtime": 101,
"categories": [
"drama",
"adventure",
"comedy"
],
"release-date": "2016-03-31",
"director": "Taika Waititi",
"writer": [
"Taika Waititi",
"Barry Crump",
"Te Arepa Kahi"
],
"actors": [
"Sam Neill",
"Julian Dennison",
"Rima Te Tiata",
"Rachel House"
],
"storyline": "A national manhunt is ordered for a rebellious kid and his foster uncle who go missing in the wild New Zealand bush."
}