Valeur d'impression Shell MongoDB

db.getCollection('CollectionName').find({})
	.map(data => printjson(data))
Clean Crab