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

19 lines
513 B
JSON

{
"name": "The Happy Prince",
"year": 2018,
"runtime": 105,
"categories": [
"history",
"drama"
],
"release-date": "2018-10-05",
"director": "Rupert Everett",
"writer": "Rupert Everett",
"actors": [
"Rupert Everett",
"Colin Firth",
"Emily Watson"
],
"storyline": "The untold story of the last days in the tragic times of Oscar Wilde, a person who observes his own failure with ironic distance and regards the difficulties that beset his life with detachment and humor."
}