Files
exercises/w11_promises/basics/assets/movies/2018/beautiful-boy.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

22 lines
632 B
JSON

{
"name": "Beautiful Boy",
"year": 2018,
"runtime": 120,
"categories": [
"biography",
"drama"
],
"release-date": "2018-10-12",
"director": "Felix Van Groeningen",
"writer": [
"Luke Davies",
"Felix Van Groeningen"
],
"actors": [
"Steve Carell",
"Timothée Chalamet",
"Maura Tierney"
],
"storyline":"Based on the best-selling pair of memoirs from father and son David and Nic Sheff, Beautiful Boy chronicles the heartbreaking and inspiring experience of survival, relapse, and recovery in a family coping with addiction over many years."
}