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

23 lines
533 B
JSON

{
"name": "Me Before You",
"year": 2016,
"runtime": 106,
"categories": [
"drama",
"romance"
],
"release-date": "2016-06-16",
"director": "Thea Sharrock",
"writer": "Jojo Moyes",
"actors": [
"Sam Claflin",
"Vanessa Kirby",
"Emilia Clarke",
"Eileen Dunwoodie",
"Pablo Raybould",
"Gabrielle Downey",
"Henri Charles"
],
"storyline": "A girl in a small town forms an unlikely bond with a recently-paralyzed man she's taking care of."
}