if(obj.go) { go(obj.go); }
else { $("#mess_").show(obj.message).delay(5000).fadeOut(); }
chatlog: [
{
"123": {
"fdsf": "sdfsdf"
"dfsdf": "fdsfsdfsd"
}
},
{
"124": {
"fdsf": "sdfsdf"
"dfsdf": "fdsfsdfsd"
}
}
]
chatlog: {
"123": {
"fdsf": "sdfsdf"
"dfsdf": "fdsfsdfsd"
},
"124": {
"fdsf": "sdfsdf"
"dfsdf": "fdsfsdfsd"
}
}
{
"1018": {
"msg": "cxz",
"attachments": [
],
"date": 1503237621
}
}
{
{
"_id": 123123,
"chatlog": {
"971": {
"msg": "message1",
"attachments": [
],
"date": 1503212258
},
"972": {
"msg": "message2",
"attachments": [
],
"date": 1503212258
},
"973": {
"msg": "message3",
"attachments": [
],
"date": 1503212258
}
}
}
{ $addToSet: { chatlog: newMSG["chatlog"] } }
{$push: { chatlog: newMSG['chatlog']}}
или
{chatlog: { $push: newMSG['chatlog']}}