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

22 lines
486 B
JSON

{
"name": "Happy Death Day",
"year": 2017,
"runtime": 96,
"categories": [
"horror",
"mystery",
"thriller"
],
"release-date": "2017-10-13",
"director": "Christopher B. Landon",
"writer": [
"Scott Lobdell"
],
"actors": [
"Jessica Rothe",
"Israel Broussard",
"Ruby Modine"
],
"storyline": "A college student must relive the day of her murder over and over again, in a loop that will end only when she discovers her killer's identity."
}