Files
exercises/w11_promises/basics/assets/movies/2018/jurassic-world-fallen-kingdom.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

26 lines
733 B
JSON

{
"name": "Jurassic World: Fallen Kingdom",
"year": 2018,
"runtime": 130,
"categories": [
"action",
"sci-fi"
],
"release-date": "2018-05-21",
"director": "J. A. Bayona",
"writer": [
"Derek Connolly",
"Colin Trevorrow"
],
"actors": [
"Chris Pratt",
"Bryce Dallas Howard",
"Rafe Spall",
"Toby Jones",
"Ted Levine",
"BD Wong",
"Jeff Goldblum"
],
"storyline": "A small team of mercenaries arrives on the abandoned Isla Nublar to collect DNA from the remains of the Indominus rex at the bottom of the park's lagoon. After successfully collecting a bone fragment, the team's survivors barely escape the island following attacks by the Mosasaurus and Tyrannosaurus rex"
}