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

24 lines
574 B
JSON

{
"name": "Solo: A Star Wars Story",
"year": 2018,
"runtime": 135,
"categories": [
"action",
"adventure",
"sci-fi"
],
"release-date": "2018-05-24",
"director": "Ron Howard",
"writer": [
"Jonathan Kasdan",
"Lawrence Kasdan"
],
"actors": [
"Alden Ehrenreich",
"Joonas Suotamo",
"Woody Harrelson",
"Emilia Clarke",
"Donald Glover"
],
"storyline": "During an adventure into the criminal underworld, Han Solo meets his future co-pilot Chewbacca and encounters Lando Calrissian years before joining the Rebellion."
}