Slide 9
Slide 9 text
Sample MongoDB Document
{
_id : ObjectId("4e77bb3b8a3e000000004f7a"),
when : Date("2014-02-126T02:10:11.3Z",
author : "arul",
title : "MongoDB",
text : "This is the text of the post",
tags : [ "JSON", "BSON" ],
votes : 5,
voters : ["sushmita", "clarence", "jothi" ],
}