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

35 lines
969 B
JSON

{
"name": "Pokémon Detective Pikachu",
"year": 2019,
"runtime": 105,
"categories": [
"action",
"adventure",
"sci-fi",
"comedy"
],
"release-date": "2019-05-09",
"director": "Rob Letterman",
"writer": [
"Dan Hernandez",
"Benji Samit",
"Rob Letterman",
"Derek Connolly"
],
"actors": [
"Ryan Reynolds",
"Justice Smith",
"Kathryn Newton",
"Suki Waterhouse",
"Omar Chaparro",
"Chris Geere",
"Ken Watanabe",
"Bill Nighy",
"Karan Soni",
"Rita Ora",
"Diplo",
"Rob Delaney"
],
"storyline": "The film focuses on Tim Goodman and master detective Pikachu, a talking Pokémon. The two team up to clarify the disappearance of Tim's father Harry Goodman. This was the partner of master detective Pikachu and disappeared under mysterious circumstances after a car accident."
}