Last active
December 15, 2015 08:28
-
-
Save mac2000/36ed9a19acf60da98fb0 to your computer and use it in GitHub Desktop.
Sample movies data
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
[ | |
{ | |
"Title": "Chappie", | |
"Year": 2015, | |
"imdbRating": 6.9, | |
"Genre": ["Action", "Crime", "Sci-Fi"] | |
}, | |
{ | |
"Title": "Star Wars: The Force Awakens", | |
"Year": 2015, | |
"imdbRating": "N/A", | |
"Genre": ["Action", "Adventure", "Fantasy"] | |
}, | |
{ | |
"Title": "Live Free or Die Hard", | |
"Year": 2007, | |
"imdbRating": 7.2, | |
"Genre": ["Action", "Adventure", "Thriller"] | |
}, | |
{ | |
"Title": "Alien", | |
"Year": 1979, | |
"imdbRating": 8.5, | |
"Genre": ["Horror", "Sci-Fi"] | |
}, | |
{ | |
"Title": "K-9", | |
"Year": 1989, | |
"imdbRating": 5.9, | |
"Genre": ["Action", "Comedy", "Crime"] | |
}, | |
{ | |
"Title": "Police Academy", | |
"Year": 1984, | |
"imdbRating": 6.6, | |
"Genre": ["Comedy"] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment