Last active
August 25, 2022 08:42
-
-
Save Charlie-robin/3cb099c47cb36ba3a61838104d64e81c to your computer and use it in GitHub Desktop.
Mock JSON 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
[ | |
{ "id": 0, "title": "The Shawshank Redemption", "year_released": "1994" }, | |
{ "id": 1, "title": "The Godfather", "year_released": "1972" }, | |
{ "id": 2, "title": "The Dark Knight", "year_released": "2008" }, | |
{ "id": 3, "title": "The Godfather Part II", "year_released": "1974" }, | |
{ "id": 4, "title": "12 Angry Men", "year_released": "1957" }, | |
{ "id": 5, "title": "Schindler's List", "year_released": "1993" }, | |
{ "id": 6, "title": "The Lord of the Rings: The Return of the King", "year_released": "2003" }, | |
{ "id": 7, "title": "Pulp Fiction", "year_released": "1994" }, | |
{ "id": 8, "title": "The Lord of the Rings: The Fellowship of the Ring", "year_released": "2001" }, | |
{ "id": 9, "title": "The Good, the Bad and the Ugly", "year_released": "1966" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment