forked from jsonmc/jsonmc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9db572
commit a2c654a
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "High Fidelity", | ||
"year": 2000, | ||
"runtime": 113, | ||
"categories": [ | ||
"comedy", | ||
"drama", | ||
"romantic" | ||
], | ||
"release-date": "2000-03-11", | ||
"director": "Stephen Frears", | ||
"writer": [ | ||
"D.V. DeVincentis", | ||
"Steve Pink", | ||
"John Cusack", | ||
"Scott Rosenberg" | ||
], | ||
"actors": [ | ||
"John Cusack", | ||
"Jack Black", | ||
"Lisa Bonet", | ||
"Joelle Carter", | ||
"Joan Cusack", | ||
"Sara Gilbert", | ||
"Iben Hjejle", | ||
"Todd Louiso", | ||
"Lili Taylor", | ||
"Natasha Gregson Wagner" | ||
], | ||
"storyline": "Rob, a record store owner and compulsive list maker, recounts his top five breakups, including the one in progress." | ||
} |