Quelle:https://docs.mongodb.com/manual/reference/program/bsondump
Beispiele
bsondump --outFile collection.json collection.bson
Der --pretty
Option gibt Dokumente in einem hübschen JSON-Format aus, zB:
bsondump --pretty --outFile collection.json collection.bson