Skip to content

Instantly share code, notes, and snippets.

Created November 24, 2013 20:58
Show Gist options
  • Save anonymous/7632294 to your computer and use it in GitHub Desktop.
Save anonymous/7632294 to your computer and use it in GitHub Desktop.
{
"people": [
{
"id": "1",
"created_at": "2013-11-11 01:41:45",
"updated_at": "2013-11-11 01:41:45",
"email": "bjohnson@gmail.com",
"firstName": "Bob",
"lastName": "Johnson",
"city": "Austin",
"state": "TX",
"company_id": "1"
},
{
"id": "2",
"created_at": "2013-11-11 01:41:45",
"updated_at": "2013-11-11 01:41:45",
"email": "athomp@yahoo.com",
"firstName": "Allen",
"lastName": "Thompson",
"city": "San Diego",
"state": "CA",
"company_id": "2"
},
{
"id": "3",
"created_at": "2013-11-11 01:41:45",
"updated_at": "2013-11-11 01:41:45",
"email": "kparks@aol.com",
"firstName": "Kara",
"lastName": "Smith",
"city": "Dallas",
"state": "TX",
"company_id": "3"
},
{
"id": "4",
"created_at": "2013-11-11 01:41:45",
"updated_at": "2013-11-11 01:41:45",
"email": "gWash@hotmail.com",
"firstName": "George",
"lastName": "Washington",
"city": "Washington",
"state": "DC",
"company_id": "3"
},
{
"id": "5",
"created_at": "2013-11-20 02:00:18",
"updated_at": "2013-11-20 02:00:18",
"email": "adams.david.10@gmail.com",
"firstName": "David",
"lastName": "Adams",
"city": "Euless",
"state": "TX",
"company_id": "0"
},
{
"id": "11",
"created_at": "2013-11-20 04:56:54",
"updated_at": "2013-11-20 04:56:54",
"email": "kbull@clearc2.com",
"firstName": "Kevin",
"lastName": "Bull",
"city": "Irving",
"state": "TX",
"company_id": "0"
},
{
"id": "12",
"created_at": "2013-11-20 04:58:50",
"updated_at": "2013-11-20 04:58:50",
"email": "jdoe@whatever.com",
"firstName": "John",
"lastName": "Doe",
"city": "Dallas",
"state": "TX",
"company_id": "0"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment