22 lines
512 B
JSON
22 lines
512 B
JSON
{
|
|
"name": "Jason Bourne",
|
|
"year": 2016,
|
|
"runtime": 123,
|
|
"categories": [
|
|
"action",
|
|
"thriller"
|
|
],
|
|
"release-date": "2016-04-14",
|
|
"director": "Paul Greengrass",
|
|
"writer": [
|
|
"Paul Greengrass",
|
|
"Christopher Rouse"
|
|
],
|
|
"actors": [
|
|
"Matt Damon",
|
|
"Tommy Lee Jones",
|
|
"Alicia Vikander"
|
|
],
|
|
"storyline": "The CIA's most dangerous former operative is drawn out of hiding to uncover more explosive truths about his past. "
|
|
}
|
|
|