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

23 lines
541 B
JSON

{
"name": "Wonder Woman",
"year": 2017,
"runtime": 141,
"categories": [
"fantasy",
"sci-fi"
],
"release-date": "2017-05-15",
"director": "Patty Jenkins",
"writer": [
"William Moulton Marston",
"Harry G. Peter"
],
"actors": [
"Gal Gadot",
"Chris Pine",
"Connie Nielsen",
"Robin Wright"
],
"storyline": "When a pilot crashes and tells of conflict in the outside world, Diana, an Amazonian warrior in training, leaves home to fight a war, discovering her full powers and true destiny."
}