Last active
January 8, 2024 18:39
-
-
Save hiteshsahu/f58bcca95532fde77fd0d9e94a9c3148 to your computer and use it in GitHub Desktop.
Sample json data with Girl Images of different image sizes and some 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
{ | |
"GirlImages": [{ | |
"description": "Lady with a Teddy", | |
"image-url": "https://images.pexels.com/photos/3348748/pexels-photo-3348748.jpeg" | |
}, | |
{ | |
"description": "Girl with camera", | |
"image-url": "https://images.pexels.com/photos/3812944/pexels-photo-3812944.jpeg" | |
}, | |
{ | |
"description": "Beautiful Girl with Glasses", | |
"image-url": "https://images.pexels.com/photos/2100063/pexels-photo-2100063.jpeg" | |
}, | |
{ | |
"description": "Redhead with frackles", | |
"image-url": "https://images.pexels.com/photos/3228213/pexels-photo-3228213.jpeg" | |
}, | |
{ | |
"description": "Girl in black dress", | |
"image-url": "https://images.pexels.com/photos/1385472/pexels-photo-1385472.jpeg" | |
}, | |
{ | |
"description": "Girl Sitting on Chair", | |
"image-url": "https://images.pexels.com/photos/4725133/pexels-photo-4725133.jpeg" | |
} | |
] | |
} |
Could you add some more information in it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you