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

23 lines
578 B
JSON

{
"name": "Bumblebee",
"year": 2018,
"release-date": "2018-12-21",
"categories": [
"action",
"adventure",
"sci-fnpi"
],
"director": "Travis Knight",
"writer": [
"Christina Hodson"
],
"actors": [
"Hailee Steinfeld",
"John Cena",
"Pamela Adlon",
"Kenneth Choi"
],
"storyline": "On the run in the year 1987, Bumblebee finds refuge in a junkyard in a small Californian beach town. Charlie, on the cusp of turning 18 and trying to find her place in the world, discovers Bumblebee, battle-scarred and broken.",
"runtime": 120
}