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

32 lines
737 B
JSON

{
"name": "Eternals",
"year": 2021,
"runtime": 157,
"categories": [
"drama",
"adventure",
"action"
],
"release-date": "2021-10-18",
"director": "Chloe Zhao",
"writer": [
"Chloe Zhao",
"Patrick Burleigh",
"Ryan Firpo",
"Kaz Firpo"
],
"actors": [
"Gemma Chan",
"Richard Madden",
"Théodore Pellerin",
"Angelina Jolie",
"Salma Hayek",
"Kit Harington",
"Kumail Nanjiani",
"Lia McHugh",
"Brian Tyree Henry",
"Lauren Ridloff"
],
"storyline": "The saga of the Eternals, a race of immortal beings who lived on Earth and shaped its history and civilizations."
}