我有以下文件:
enter code here
{
"_id" : ObjectId("56c49b52a5b24ba2a979a964"),
"FirstName" : "satvik",
"LastName" : "ponakala",
"Major" : "Information Assurance",
"RoomPost" : [
{
"postId" : 1,
"title" : "I have a room to share at Garden Square",
"comments" : [
{
"comment1" : " i want to join",
"author" : "ashish"
},
{
"comment2" : " already booked",
"author" : "puneeth"
}
]
},
{
"postId" : 2,
"title" : "I have a room to share at Ansley Falls",
"comments" : [
{
"comment1" : " How many can stay",
"author" : "sandeep"
},
{
"comment2" : "can i come there next sunday??",
"author" : "sandeep"
}
]
}
]
}
如何在帖子 ID 下的评论部分添加新评论 { "comment3":"push comment from java", "author":"Java" }:1 from java