Skip to content

Instantly share code, notes, and snippets.

@sasssass
Created January 19, 2024 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sasssass/887d125476f2e9ac18f53ac8d83ca57b to your computer and use it in GitHub Desktop.
Save sasssass/887d125476f2e9ac18f53ac8d83ca57b to your computer and use it in GitHub Desktop.
response.json
[
{
"title": "Pulp Fiction",
"imageUrl": "https://upload.wikimedia.org/wikipedia/en/3/3b/Pulp_Fiction_%281994%29_poster.jpg",
"actresses": ["Uma Thurman", "Mia Wallace", "John Travolta"]
},
{
"title": "The Matrix",
"imageUrl": "https://upload.wikimedia.org/wikipedia/en/c/c1/The_Matrix_Poster.jpg",
"actresses": ["Keanu Reeves", "Carrie-Anne Moss", "Laurence Fishburne"]
},
{
"title": "Schindler's List",
"imageUrl": "https://upload.wikimedia.org/wikipedia/en/3/38/Schindler%27s_List_movie.jpg",
"actresses": ["Liam Neeson", "Ben Kingsley", "Ralph Fiennes"]
},
{
"title": "The Lord of the Rings",
"imageUrl": "https://upload.wikimedia.org/wikipedia/en/8/87/Ringstrilogyposter.jpg",
"actresses": ["Elijah Wood", "Ian McKellen", "Viggo Mortensen"]
},
{
"title": "The Godfather",
"imageUrl": "https://upload.wikimedia.org/wikipedia/en/1/1c/Godfather_ver1.jpg",
"actresses": ["Marlon Brando", "Al Pacino", "James Caan"]
},
{
"title": "Batman: Arkham Knight",
"imageUrl": "https://upload.wikimedia.org/wikipedia/en/1/18/Batman_Arkham_Knight_Cover_Art.jpg",
"actresses": ["Kevin Conroy", "Mark Hamill", "Tara Strong"]
},
{
"title": "The Big Lebowski",
"imageUrl": "https://upload.wikimedia.org/wikipedia/en/3/35/Biglebowskiposter.jpg",
"actresses": ["Jeff Bridges", "John Goodman", "Julianne Moore"]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment