Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Momellouky/6ce11a6d73cffa21a3c4d22c871c92c1 to your computer and use it in GitHub Desktop.
Save Momellouky/6ce11a6d73cffa21a3c4d22c871c92c1 to your computer and use it in GitHub Desktop.
Raw data for an API testing exercice
[
{
"lastname": "Martin",
"firstname": "Chloe",
"address": {
"numStreet": 15,
"streetName": "rue Lafayette",
"postalCode": "75001",
"city": "Paris"
}
},
{
"lastname": "Dubois",
"firstname": "Lucas",
"address": {
"numStreet": 15,
"streetName": "avenue des Champs-Élysées",
"postalCode": "75001",
"city": "Lyon"
}
},
{
"lastname": "Moreau",
"firstname": "Emma",
"address": {
"numStreet": 15,
"streetName": "boulevard Haussmann",
"postalCode": "75001",
"city": "Marseille"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment