Last active
June 13, 2022 07:07
-
-
Save asharma327/0db2698260c013808895b49b77ce1dcf to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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