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

25 lines
543 B
JSON

{
"name": "Aquaman",
"year": 2018,
"runtime": 140,
"categories": [
"fantasy",
"science-fiction"
],
"release-date": "2018-12-14",
"director": "James Wan",
"writer": [
"Paul Norris",
"Mort Weisinger"
],
"actors": [
"Jason Momoa",
"Amber Heard",
"Nicole Kidman",
"Dolph Lundgren",
"Patrick Wilson",
"Willem Dafoe"
],
"storyline": "Arthur Curry learns that he is the heir to the underwater kingdom of Atlantis, and must step forward to lead his people and be a hero to the world."
}