Created
May 8, 2012 12:06
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"user_id": "105324781372784188083", | |
"email": "[email protected]", | |
"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