Files
exercises/w11_promises/basics/assets/movies/2016/kung-fu-panda-3.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

29 lines
610 B
JSON

{
"name": "Kung Fu Panda 3",
"year": 2016,
"runtime": 95,
"categories": [
"animation",
"action",
"adventure",
"comedy",
"family",
"fantasy"
],
"release-date": "2016-01-29",
"director": [
"Jennifer Yuh Nelson",
"Alessandro Carloni"
],
"writer": [
"Jonathan Aibel",
"Glenn Berger"
],
"actors": [
"Jack Black",
"Bryan Cranston",
"Dustin Hoffman"
],
"storyline": "Continuing his \"legendary adventures of awesomeness\", Po must face two hugely epic, but different threats: one supernatural and the other a little closer to his home."
}