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

27 lines
580 B
JSON

{
"name": "The Greatest Showman",
"year": 2017,
"runtime": 105,
"categories": [
"Biography",
"Drama",
"Musical"
],
"release-date": "2017-12-08",
"director": "Michael Gracey",
"writer": [
"Jenny Bicks",
"Bill Condon"
],
"actors": [
"Hugh Jackman",
"Michelle Williams",
"Zac Efron",
"Zendaya",
"Rebecca Ferguson",
"Austyn Johnson",
"Cameron Seely"
],
"storyline": "Celebrates the birth of show business and tells of a visionary who rose from nothing to create a spectacle that became a worldwide sensation."
}