Promises
This commit is contained in:
21
w11_promises/basics/assets/movies/2016/passengers.json
Normal file
21
w11_promises/basics/assets/movies/2016/passengers.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
Reference in New Issue
Block a user