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

21 lines
564 B
JSON

{
"name": "Bigger",
"year": 2018,
"runtime": 107,
"categories": [
"drama"
],
"release-date": "2018-10-12",
"director": "George Gallo",
"writer": [
"George Gallo",
"Andy Weiss"
],
"actors": [
"Julianne Hough",
"Calum Von Moger",
"Colton Haynes"
],
"storyline":"The inspirational tale of the grandfathers of fitness as we now know it, Joe and Ben Weider. Facing anti-Semitism and extreme poverty, the brothers beat all odds to build an empire and inspire future generations."
}