Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created August 9, 2018 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandeepmittal/79e027897564921110ea00245e9aaf0f to your computer and use it in GitHub Desktop.
Save amandeepmittal/79e027897564921110ea00245e9aaf0f to your computer and use it in GitHub Desktop.
{
"employees": [
{
"id": 1,
"name": "Jason Bourne",
"employeeId": "us2323",
"city": "New York"
},
{
"id": 2,
"name": "Mary",
"employeeId": "us6432",
"city": "San Jose"
},
{
"id": 3,
"name": "Sameer",
"employeeId": "in2134",
"city": "Mumbai"
},
{
"id": 4,
"name": "Sam Hiddlestone",
"employeeId": "au9090",
"city": "Melbourne"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment