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

28 lines
912 B
JSON

{
"name": "Cruella",
"year": 2021,
"runtime": 134,
"categories": [
"adventure",
"comedie",
"crime"
],
"release-date": "2021-05-18",
"director": [
"Craig Gillespie"
],
"writer": [
"Dana Fox",
"Tony McNamara"
],
"actors": [
"Emma Stone",
"Emma Thompson",
"Joel Fry",
"Paul Walter Hauser",
"John McCrea",
"Emily Beecham",
"Mark Strong"
],
"storyline": "Estella is a young and clever grifter who's determined to make a name for herself in the fashion world. She soon meets a pair of thieves who appreciate her appetite for mischief, and together they build a life for themselves on the streets of London. However, when Estella befriends fashion legend Baroness von Hellman, she embraces her wicked side to become the raucous and revenge-bent Cruella."
}