Skip to content

Instantly share code, notes, and snippets.

@hoffmanc
Created May 8, 2012 12:06
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 hoffmanc/2634483 to your computer and use it in GitHub Desktop.
Save hoffmanc/2634483 to your computer and use it in GitHub Desktop.
This represents the JSON.stringify-ed version of data fetched (via Mongoose) from the database.
[
{
"user_id": "105324781372784188083",
"email": "carmine.moleti@gmail.com",
"verified_email": true,
"name": "Carmine Moleti",
"given_name": "Carmine",
"family_name": "Moleti",
"link": "https://plus.google.com/105324781372784188083",
"picture": "https://lh6.googleusercontent.com/-IqhctvRS11k/AAAAAAAAAAI/AAAAAAAAATE/emxQvFOrhXk/photo.jpg",
"gender": "male",
"birthday": "0000-06-01",
"locale": "it",
"_id": "4f8e625d6f0c69e21500001c",
"created_at": "2012-04-18T06:42:37.854Z",
"locked": false,
"admin": true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment