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

42 lines
880 B
JSON

{
"name": "Moana",
"year": 2016,
"runtime": 107,
"categories": [
"animation",
"adventure",
"comedy"
],
"release-date": "2016-11-23",
"director": [
"Ron Clements",
"John Musker",
"Don Hall",
"Chris Williams"
],
"writer": [
"Jared Bush",
"Ron Clements",
"John Musker",
"Chris Williams",
"Don Hall",
"Pamela Ribon",
"Aaron Kandell",
"Jordan Kandell"
],
"actors": [
"Auli'i Cravalho",
"Dwayne Johnson",
"Rachel House",
"Temuera Morrison",
"Jemaine Clement",
"Nicole Scherzinger",
"Alan Tudyk",
"Oscar Kightley",
"Troy Polamalu",
"Puanani Cravalho",
"Louise Bush"
],
"storyline": "In Ancient Polynesia, when a terrible curse incurred by the Demigod Maui reaches Moana's island, she answers the Ocean's call to seek out the Demigod to set things right."
}