Skip to content

Instantly share code, notes, and snippets.

@mac2000
Last active December 15, 2015 08:28
Show Gist options
  • Save mac2000/36ed9a19acf60da98fb0 to your computer and use it in GitHub Desktop.
Save mac2000/36ed9a19acf60da98fb0 to your computer and use it in GitHub Desktop.
Sample movies data
[
{
"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