Skip to content

Instantly share code, notes, and snippets.

@nolanamy
Created September 27, 2016 22:50
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 nolanamy/83d7fb6a9bf92482a1c4311ad9c78835 to your computer and use it in GitHub Desktop.
Save nolanamy/83d7fb6a9bf92482a1c4311ad9c78835 to your computer and use it in GitHub Desktop.
/* 1 */
{
"_id" : ObjectId("57eaf642ff01db2659e2af49"),
"value" : {
"country" : "US",
"gender" : "F",
"age" : "13"
}
}
/* 2 */
{
"_id" : ObjectId("57eaf642ff01db2659e2af47"),
"value" : {
"comments" : [
{
"commentId" : ObjectId("57eaf642ff01db2659e2af4a"),
"comment" : "Hey, what's up?",
"created" : ISODate("2016-09-27T22:44:18.195Z")
},
{
"commentId" : ObjectId("57eaf642ff01db2659e2af4c"),
"comment" : "Cool",
"created" : ISODate("2016-09-27T22:44:18.212Z")
}
],
"country" : "CA",
"gender" : "M",
"age" : "18"
}
}
/* 3 */
{
"_id" : ObjectId("57eaf642ff01db2659e2af48"),
"value" : {
"comments" : [
{
"commentId" : ObjectId("57eaf642ff01db2659e2af4b"),
"comment" : "Not much",
"created" : ISODate("2016-09-27T22:44:18.211Z")
}
],
"country" : "US",
"gender" : "M",
"age" : "25"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment