Skip to content

Instantly share code, notes, and snippets.

@Tam2
Created February 10, 2013 15:43
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 Tam2/d54695cb17c4a5a808c0 to your computer and use it in GitHub Desktop.
Save Tam2/d54695cb17c4a5a808c0 to your computer and use it in GitHub Desktop.
BEFPRE:
{
"__v": 0,
"screen_name": "Tam",
"email": "test@test.com",
"name": "Tam",
"_id": "511782cab249ff5819000002",
"created_at": "2013-02-10T11:21:46.000Z"
}
AFTER:
{
"__v": 0,
"screen_name": "Tam",
"email": "test@test.com",
"name": "Tam",
"_id": "511782cab249ff5819000002",
"created_at": "2013-02-10T11:21:46.000Z",
"stories": {
"sid": "123",
"name": "test story"
}
}
OR EVEN:
{
"__v": 0,
"screen_name": "Tam",
"email": "test@test.com",
"name": "Tam",
"_id": "511782cab249ff5819000002",
"created_at": "2013-02-10T11:21:46.000Z",
"stories": {
"_id": "165464646464686",
"_id": "4687/7646",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment