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

22 lines
550 B
JSON

{
"name": "The Disaster Artist",
"year": 2017,
"runtime": 104,
"categories": [
"biography",
"comedy",
"drama"
],
"release-date": "2017-12-08",
"director": "James Franco",
"writer": [
"Scott Neustadter",
"Michael H. Weber"
],
"actors": [
"James Franco",
"Dave Franco",
"Ari Graynor"
],
"storyline": "When Greg Sestero, an aspiring film actor, meets the weird and mysterious Tommy Wiseau in an acting class, they form a unique friendship and travel to Hollywood to make their dreams come true."
}