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