Created
September 27, 2016 22:50
-
-
Save nolanamy/83d7fb6a9bf92482a1c4311ad9c78835 to your computer and use it in GitHub Desktop.
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
/* 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