24 lines
360 B
JSON
24 lines
360 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|