Skip to content

Instantly share code, notes, and snippets.

@hiteshsahu
Last active January 8, 2024 18:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hiteshsahu/f58bcca95532fde77fd0d9e94a9c3148 to your computer and use it in GitHub Desktop.
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
{
"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"
}
]
}
@theedebugger
Copy link

thank you

@TeriTohhh
Copy link

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