Skip to content

Instantly share code, notes, and snippets.

@DiegoMagdaleno
Created May 6, 2024 19:35
Show Gist options
  • Save DiegoMagdaleno/14fe042d46d03a5e56a45c4906db957d to your computer and use it in GitHub Desktop.
Save DiegoMagdaleno/14fe042d46d03a5e56a45c4906db957d to your computer and use it in GitHub Desktop.
pets_test.json
[
{
"id": 1,
"name": "Buddy",
"species": "Dog",
"breed": "Golden Retriever",
"age": 3,
"description": "Friendly and playful Golden Retriever. Loves to play fetch and go for long walks.",
"imageUrl": "https://example.com/buddy.jpg",
"weight": 30,
"length": 24
},
{
"id": 2,
"name": "Max",
"species": "Dog",
"breed": "German Shepherd",
"age": 4,
"description": "Loyal and intelligent German Shepherd. Enjoys obedience training and agility courses.",
"imageUrl": "https://example.com/max.jpg",
"weight": 35,
"length": 26
},
{
"id": 3,
"name": "Charlie",
"species": "Dog",
"breed": "Labrador Retriever",
"age": 2,
"description": "Energetic and affectionate Labrador Retriever. Loves swimming and playing with other dogs.",
"imageUrl": "https://example.com/charlie.jpg",
"weight": 28,
"length": 22
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment