Created
September 17, 2017 13:53
-
-
Save awadhawan18/54592d9ec5e7be1b39013cdd7e78dae4 to your computer and use it in GitHub Desktop.
Sample json data with image and a text for testing
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
{ | |
"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
Many Image URLs in this gist are dead use this gist instead: https://gist.github.com/hiteshsahu/f58bcca95532fde77fd0d9e94a9c3148