Files
exercises/w11_promises/basics/assets/movies/2017/jumanji-welcome-to-the-jungle.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

24 lines
509 B
JSON

{
"name": "Jumanji: Welcome to the jungle",
"year": 2017,
"runtime": 119,
"categories": [
"adventure",
"action",
"comedy"
],
"release-date": "2017-12-20",
"director": "Jake Kasdan",
"writer": [
"Chris McKenna",
"Erik Sommers"
],
"actors": [
"Dwayne Johnson",
"Kevin Hart",
"Jack Black",
"Karen Gillan"
],
"storyline": "Four teenagers are sucked into a magical video game, and the only way they can escape is to work together to finish the game.."
}