Skip to content

Instantly share code, notes, and snippets.

@ccondry
Created April 9, 2016 16:48
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 ccondry/11cc8335b8d25472d87b91a20cb25cf8 to your computer and use it in GitHub Desktop.
Save ccondry/11cc8335b8d25472d87b91a20cb25cf8 to your computer and use it in GitHub Desktop.
sample users json
{
"470": {
"firstname": "John",
"lastname": "Smith",
"userid": 470,
"email": "johnsmith@company.com",
"username": "johnsmith",
},
"350": {
"firstname": "Chris",
"lastname": "Jones",
"userid": 350,
"email": "chrisjones@company.com",
"username": "chrisjones",
},
"471": {
"firstname": "Avinash",
"lastname": "Kumar",
"userid": 471,
"email": "avikumar@company.com",
"username": "avikumar",
},
"351": {
"firstname": "Scott",
"lastname": "Schaeffer",
"userid": 351,
"email": "sschaeffer@company.com",
"username": "sschaeffer",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment