Files
exercises/w11_promises/basics/assets/movies/2016/rogue-one-a-star-wars-story.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

23 lines
473 B
JSON

{
"name": "Rogue One: A Star Wars Story",
"year": 2016,
"runtime": 133,
"categories": [
"action",
"adventure",
"sci-fi"
],
"release-date": "2016-12-16",
"director": "Gareth Edwards",
"writer": [
"Chris Weitz",
"Tony Gilroy"
],
"actors": [
"Felicity Jones",
"Diego Luna",
"Alan Tudyk"
],
"storyline": "The Rebel Alliance makes a risky move to steal the plans for the Death Star, setting up the epic saga to follow."
}