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

28 lines
544 B
JSON

{
"name": "Isle of Dogs",
"year": 2018,
"runtime": 101,
"categories": [
"animation",
"adventure"
],
"release-date": "2018-02-15",
"director": "Wes Anderson",
"writer": [
"Wes Anderon",
"Roman Coppola",
"Jason Schwartzman",
"Kunichi Nomura"
],
"actors": [
"Bryan Cranston",
"Edward Norton",
"Bill Murray",
"Jeff Goldblum",
"Bob Balaban",
"Kunichi Nomura",
"Ken Watanabe"
],
"storyline": "Set in Japan, Isle of Dogs follows a boy's odyssey in search of his lost dog."
}