23 lines
533 B
JSON
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."
|
|
}
|
|
|