How can you improve the appearance of the output JSON that contains the _id?
_id
Use db.collection.set({$_id:pretty})
Use db.collection.find().pretty()
Use $_id = value
Use db.collection.format(numeric)