次のようなJSONドキュメントがあります
{
"branch": [
{
"section": [
{
"sub": "edc",
"time": "one hour",
"frequency": "3"
},
{
"sub": "bee",
"time": "two hours",
"frequency": "4"
}
]
},
{
"section": [
{
"sub": "ss",
"time": "one hour",
"frequency": "2"
},
{
"sub": "ms",
"time": "two hours",
"frequency": "5"
}
]
}
]
}
今すぐ削除したい
{
"sub": "edc",
"time": "one hour",
"frequency": "3"
}
"sub":"edc"
次のコレクションから使用
クエリでmongo dbの変更を実行したい