Skip to content

Instantly share code, notes, and snippets.

@chrisbuttery
Created October 23, 2014 03:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisbuttery/c8b58c6b52cc346a9079 to your computer and use it in GitHub Desktop.
Save chrisbuttery/c8b58c6b52cc346a9079 to your computer and use it in GitHub Desktop.
{
"users": [
{
"firstName": "Max",
"lastName": "Wheeler",
"username": "maxwheeler",
"checkedIn": true
},
{
"firstName": "Tim",
"lastName": "Riley",
"username": "timeriley",
"checkedIn": true
},
{
"firstName": "Michael",
"lastName": "Honer",
"username": "michaelhoney",
"checkedIn": false
},
{
"firstName": "Sammy",
"lastName": "Margalit",
"username": "sammymargalit",
"checkedIn": false
},
{
"firstName": "Josephine",
"lastName": "Hall",
"username": "josephinehall",
"checkedIn": true
},
{
"firstName": "Anthony",
"lastName": "Kolber",
"username": "anthonykolber",
"checkedIn": false
},
{
"firstName": "Alex",
"lastName": "Timofeev",
"username": "alextimofeev",
"checkedIn": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment