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

23 lines
501 B
JSON

{
"name": "Warcraft",
"year": 2016,
"runtime": 123,
"categories": [
"action",
"adventure",
"fantasy"
],
"release-date": "2016-05-24",
"director": "Duncan Jones",
"writer": [
"Charles Leavitt",
"Duncan Jones"
],
"actors": [
"Travis Fimmel",
"Paula Patton",
"Ben Foster"
],
"storyline": "As an Orc horde invades the planet Azeroth using a magic portal, a few human heroes and dissenting Orcs must attempt to stop the true evil behind this war."
}