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

24 lines
530 B
JSON

{
"name": "The Legend of Tarzan",
"year": 2016,
"runtime": 110,
"categories": [
"Drama",
"Action",
"Adventure"
],
"release-date": "2016-06-27",
"director": "David Yates",
"writer": [
"Adam Cozad",
"Craig Brewer",
"Edgar Rice Burroughs"
],
"actors": [
"Alexander Skarsgård",
"Rory J. Saper",
"Margot Robbier"
],
"storyline": "Tarzan, having acclimated to life in London, is called back to his former home in the jungle to investigate the activities at a mining encampment."
}