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