-
-
Save CarlasHub/616dc71b6ffb874fe03d6f8dfd648700 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