Skip to content

Instantly share code, notes, and snippets.

@evandhoffman
Created June 8, 2011 19:55
Show Gist options
  • Save evandhoffman/1015230 to your computer and use it in GitHub Desktop.
Save evandhoffman/1015230 to your computer and use it in GitHub Desktop.
Silliness
{
"_id" : ObjectId("4defd2713fce2e9bc35d09f0"),
"author" : "Bob",
"date" : ISODate("2011-06-08T19:49:48.809Z"),
"body" : "Is it hot in here?",
"votes" : 0,
"answers" : [
{
"author" : "evan",
"date" : ISODate("2011-06-08T19:48:54.388Z"),
"body" : "I think so.",
"votes" : 0
},
{
"author" : "Jim",
"date" : ISODate("2011-06-08T19:51:04.714Z"),
"body" : "Could be.",
"votes" : 0
},
{
"author" : "Aaron",
"date" : ISODate("2011-06-08T19:51:33.313Z"),
"body" : "No",
"votes" : 0
}
],
"tags" : [
"question",
"silly",
"stupid",
"microsoft"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment