Skip to content

Instantly share code, notes, and snippets.

@sultan99
Created August 20, 2019 16:04
Show Gist options
  • Save sultan99/d6e92dcbe775a1e8e7815e99e1236eed to your computer and use it in GitHub Desktop.
Save sultan99/d6e92dcbe775a1e8e7815e99e1236eed to your computer and use it in GitHub Desktop.
Movie list
[
{
"name": "The Shawshank Redemption",
"year": 1994
},
{
"name": "The Godfather",
"year": 1972
},
{
"name": "The Godfather: Part II",
"year": 1974
},
{
"name": "The Dark Knight",
"year": 2008
},
{
"name": "Angry Men",
"year": 1957
},
{
"name": "Schindler's List",
"year": 1993
},
{
"name": "The Lord of the Rings",
"year": 2003
},
{
"name": "Pulp Fiction",
"year": 1994
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment