Promises
This commit is contained in:
23
w11_promises/basics/assets/movies/2016/star-trek-beyond.json
Normal file
23
w11_promises/basics/assets/movies/2016/star-trek-beyond.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "Star Trek Beyond",
|
||||
"year": 2016,
|
||||
"runtime": 122,
|
||||
"categories": [
|
||||
"action",
|
||||
"adventure",
|
||||
"sci-fi"
|
||||
],
|
||||
"release-date": "2013-07-22",
|
||||
"director": "Justin Lin",
|
||||
"writer": [
|
||||
"Simon Pegg",
|
||||
"Doug Jung"
|
||||
],
|
||||
"actors": [
|
||||
"Chris Pine",
|
||||
"Zachary Quinto",
|
||||
"Zoe Saldana",
|
||||
"Karl Urban",
|
||||
"Simon Pegg"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user