cmd.exe is super aggressive about removing ""s, so
{"$id":...}becomes {$id:...} which, because our grammar requires '"$id"', does not create an ObjectId.
cmd.exe is super aggressive about removing ""s, so
{"$id":...}becomes {$id:...} which, because our grammar requires '"$id"', does not create an ObjectId.