19 lines
297 B
JSON
19 lines
297 B
JSON
{
|
|
"name": "The Accountant",
|
|
"year": 2016,
|
|
"runtime": 128,
|
|
"categories": [
|
|
"action",
|
|
"crime",
|
|
"drama"
|
|
],
|
|
"release-date": "2016-03-25",
|
|
"director": "Gavin O'Connor",
|
|
"writer": "Bill Dubuque",
|
|
"actors": [
|
|
"Ben Affleck",
|
|
"Anna Kendrick",
|
|
"J.K. Simmons"
|
|
]
|
|
}
|