Files
exercises/w11_promises/basics/assets/movies/2023/no-hard-feelings.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

22 lines
817 B
JSON

{
"name": "No Hard Feelings",
"year": 2023,
"runtime": 104,
"categories": [
"comedy",
"romance"
],
"release-date": "2023-07-23",
"director": "Gene Stupnitsky",
"writer": [
"Gene Stupnitsky",
"John Phillips"
],
"actors": [
"Jennifer Lawrence",
"Andrew Barth Feldman",
"Laura Benanti",
"Matthew Broderick"
],
"storyline": "Maddie thinks she's found the answer to her financial troubles when she discovers an intriguing job listing: wealthy helicopter parents looking for someone to \"date\" their introverted 19-year-old son, Percy, and bring him out of his shell before he leaves for college. But awkward Percy proves to be more of a challenge than she expected, and time is running out before she loses it all."
}