Skip to content

Instantly share code, notes, and snippets.

@asharma327
Last active June 13, 2022 07:07
Show Gist options
  • Save asharma327/0db2698260c013808895b49b77ce1dcf to your computer and use it in GitHub Desktop.
Save asharma327/0db2698260c013808895b49b77ce1dcf to your computer and use it in GitHub Desktop.
{
"data": [
{
"title": "The Avengers",
"genre": "Action",
"director": "Joss Whedon",
"release_year": 2012
},
{
"title": "Parasite",
"genre": "Drama",
"director": "Bong Joon-ho",
"release_year": 2019
},
{
"title": "Knives Out",
"genre": "Thriller",
"director": "Rian Johnson",
"release_year": 2019
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment