Can we go back to displaying longs as just numbers in the output? Are there other commands whose output is similarly affected?
> db.x1.find().explain()
{
"cursor" : "BasicCursor",
"isMultiKey" : false,
"n" : NumberLong(1),
"nscannedObjects" : NumberLong(1),
"nscanned" : NumberLong(1),
"scanAndOrder" : false,
"indexOnly" : false,
"nYields" : 0,
"nChunkSkips" : NumberLong(0),
"millis" : 0,
"indexBounds" : {
},
"server" : "lazarus:27017"
}