Skip to content

Instantly share code, notes, and snippets.

@jimmibond
Last active March 22, 2023 23:55
Show Gist options
  • Save jimmibond/9205480889e19c0de347 to your computer and use it in GitHub Desktop.
Save jimmibond/9205480889e19c0de347 to your computer and use it in GitHub Desktop.
{
"employees": {
"employee": [
{
"id": "1",
"firstName": "Tom",
"lastName": "Cruise",
"photo": "https://jsonformatter.org/img/tom-cruise.jpg"
},
{
"id": "2",
"firstName": "Maria",
"lastName": "Sharapova",
"photo": "https://jsonformatter.org/img/Maria-Sharapova.jpg"
},
{
"id": "3",
"firstName": "Robert",
"lastName": "Downey Jr.",
"photo": "https://jsonformatter.org/img/Robert-Downey-Jr.jpg"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment