Skip to content

Instantly share code, notes, and snippets.

@Charlie-robin
Last active August 25, 2022 08:42
Show Gist options
  • Save Charlie-robin/3cb099c47cb36ba3a61838104d64e81c to your computer and use it in GitHub Desktop.
Save Charlie-robin/3cb099c47cb36ba3a61838104d64e81c to your computer and use it in GitHub Desktop.
Mock JSON data
[
{ "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