Skip to content

Instantly share code, notes, and snippets.

@CarlasHub
Forked from awadhawan18/Random-images.json
Created December 7, 2020 17:04
Show Gist options
  • Save CarlasHub/616dc71b6ffb874fe03d6f8dfd648700 to your computer and use it in GitHub Desktop.
Save CarlasHub/616dc71b6ffb874fe03d6f8dfd648700 to your computer and use it in GitHub Desktop.
Sample json data with image and a text for testing
{
"sample":[
{
"description":"Lady with a red umbrella",
"image-url":"https://i.imgur.com/pwpWaWu.jpg"
},
{
"description":"Flowers and some fruits",
"image-url":"https://i.imgur.com/KIPtISY.jpg"
},
{
"description":"Beautiful scenery",
"image-url":"https://i.imgur.com/2jMCqQ2.jpg"
},
{
"description":"Some kind of bird",
"image-url":"https://i.imgur.com/QFDRuAh.jpg"
},
{
"description":"The attack of dragons",
"image-url":"https://i.imgur.com/8yIIokW.jpg"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment