24 lines
509 B
JSON
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.."
|
|
}
|