Files
exercises/w11_promises/basics/assets/movies/2016/arrival.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

23 lines
478 B
JSON

{
"name": "Arrival",
"year": 2016,
"runtime": 116,
"categories": [
"mystery",
"sci-fi",
"drama"
],
"release-date": "2016-11-11",
"director": "Denis Villeneuve",
"writer": [
"Ted Chiang",
"Eric Heisserer"
],
"actors": [
"Amy Adams",
"Jeremy Renner",
"Forest Whitaker"
],
"storyline": "A linguist is recruited by the military to communicate with alien lifeforms after twelve mysterious spacecrafts land around the world."
}