how to remove the type of column on output db.currentop()

hi

when i execute db.currentop() on the output for tag with other type than string like integer i see the type on the json result, like “opid”: { “$numberInt”: “4565435” },
is it possible to not have the type on the output ?

Thierry