Skip to content

Instantly share code, notes, and snippets.

@reshadman
Created March 21, 2015 08:21
Show Gist options
  • Save reshadman/5c37bc8495478d4b5733 to your computer and use it in GitHub Desktop.
Save reshadman/5c37bc8495478d4b5733 to your computer and use it in GitHub Desktop.
[{
"_id" : ObjectId("550d2255d2ea07ae148b456d"),
"comments" : [
{
"_id" : ObjectId("550d2255d2ea07ae148b4567"),
"title" : "salam comment 1",
"body" : "salam comment matn 1",
"cid" : 1
},
{
"_id" : ObjectId("550d2255d2ea07ae148b4568"),
"title" : "salam comment 2",
"body" : "salam comment matn 2",
"cid" : 20
},
{
"_id" : ObjectId("550d2255d2ea07ae148b4569"),
"title" : "salam comment 3",
"body" : "salam comment matn 3",
"cid" : 15
}
]
},
{
"_id" : ObjectId("550d2255d2ea07ae148b456e"),
"comments" : [
{
"_id" : ObjectId("550d2255d2ea07ae148b456a"),
"title" : "salam comment 4",
"body" : "salam comment matn 4",
"cid" : 100
},
{
"_id" : ObjectId("550d2255d2ea07ae148b456b"),
"title" : "salam comment 5",
"body" : "salam comment matn 5",
"cid" : 8
},
{
"_id" : ObjectId("550d2255d2ea07ae148b456c"),
"title" : "salam comment 6",
"body" : "salam comment matn 6",
"cid" : 5
}
]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment