Skip to content

Instantly share code, notes, and snippets.

@awadhawan18
Created September 17, 2017 13:53
Show Gist options
  • Save awadhawan18/54592d9ec5e7be1b39013cdd7e78dae4 to your computer and use it in GitHub Desktop.
Save awadhawan18/54592d9ec5e7be1b39013cdd7e78dae4 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"
}
]
}
@hiteshsahu
Copy link

Many Image URLs in this gist are dead use this gist instead: https://gist.github.com/hiteshsahu/f58bcca95532fde77fd0d9e94a9c3148

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment