Last active
May 13, 2020 12:50
-
-
Save rchakode/6ea4f752f5818b1e932f02f01490dc6d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"name": "William K.L. Dickson", | |
"birth": "1860-08-03", | |
"films": [ | |
{ | |
"imdbID": 1, | |
"title": "Carmencita", | |
"year": 1894, | |
"director": "William K.L. Dickson", | |
"rating": "NOT RATED", | |
"runtime": "1 min", | |
"genre": "Documentary, Short", | |
"cast": "Carmencita", | |
"type": "movie" | |
}, | |
{ | |
"imdbID": 5, | |
"title": "Blacksmith Scene", | |
"year": 1893, | |
"director": "William K.L. Dickson", | |
"rating": "UNRATED", | |
"runtime": "1 min", | |
"genre": "Short", | |
"released": "1893-05-09", | |
"cast": "Charles Kayser, John Ott", | |
"country": "USA", | |
"awards": "1 win." | |
}, | |
{ | |
"imdbID": 8, | |
"title": "Edison Kinetoscopic Record of a Sneeze", | |
"year": 1894, | |
"director": "William K.L. Dickson", | |
"runtime": "1 min", | |
"genre": "Documentary, Short", | |
"released": "1894-01-09", | |
"cast": "Fred Ott", | |
"imdbRating": 5.9, | |
"imdbVotes": 988, | |
"country": "USA" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment