Searching cmdline editor for *.json files on WIndows?

Is there a cmdline editor tool for Windows which let me insert/modify/delete entries resp . data inside an existing *.json file?

Let’s say I want to delete the key “bbb” inside “top”:

“top” : {
“aaa” : “1”,
“bbb” : “2222”,
“ccc” : “3333-333”
}

How can I achieve this from cmdline?