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

33 lines
715 B
JSON

{
"name": "The Lion King",
"year": 2019,
"runtime": 118,
"categories": [
"animation",
"adventure",
"drama",
"family",
"musical"
],
"release-date": "2019-07-19",
"director": "Jon Favreau",
"writer": [
"Jeff Nathanson",
"Brenda Chapman",
"Irene Mecchi",
"Jonathan Roberts",
"Linda Woolverton"
],
"actors": [
"Donald Glover",
"Seth Rogen",
"Chiwetel Ejiofor",
"Alfre Woodard",
"Billy Eichner",
"John Kani",
"John Oliver",
"Beyoncé Knowles-Carter",
"James Earl Jones"
],
"storyline": "After the murder of his father, a young lion prince flees his kingdom only to learn the true meaning of responsibility and bravery."
}