How to insert blow document
{
"author": "Vic Zhao",
"text": "hell..............."
}
into blow document as first element of embedded array comments
{
name: 'Me',
comments: [{
"author": "Joe S.",
"text": "I'm Thirsty"
},
{
"author": "Adder K.",
"text": "old content"
}]
}