nilai cetak shell mongodb

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