How to Unpretty Print in MongoDB – A Detailed Guide
We all have heard how to do pretty print in MongoDB. It is used to format the query results with a proper indentation and log more readable output. We usually do it in Mongo Shell using the pretty() function. Even…