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

27 lines
589 B
JSON

{
"name": "Ah-ga-ssi",
"year": 2016,
"runtime": 145,
"categories": [
"drama",
"romance",
"thriller"
],
"release-date": "2016-06-01",
"director": "Chan-wook Park",
"writer": [
"Sarah Waters",
"Seo-kyeong Jeong",
"Chan-wook Park"
],
"actors": [
"Min-hee Kim",
"Tae-ri Kim",
"Jung-woo Ha",
"Jin-woong Cho",
"Hae-sook Kim",
"So-Ri Moon"
],
"storyline": "A woman is hired as a handmaiden to a Japanese heiress, but secretly she is involved in a plot to defraud her."
}