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

22 lines
512 B
JSON

{
"name": "Passengers",
"year": 2016,
"runtime": 116,
"categories": [
"drama",
"sci-fi",
"thriller"
],
"release-date": "2016-12-14",
"director": "Morten Tyldum",
"writer": [
"Jon Spaihts"
],
"actors": [
"Jennifer Lawrence",
"Chris Pratt",
"Michael Sheen"
],
"storyline": "A spacecraft traveling to a distant colony planet and transporting thousands of people has a malfunction in its sleep chambers. As a result, two passengers are awakened 90 years early."
}