이 페이지에서는 bsondump에 대한 예시를 보여줍니다.
Run bsondump from the system command line, not the mongo shell.
By default, bsondump outputs data to standard output. To create corresponding JSON files, you can use the --outFile option:
bsondump --outFile=collection.json collection.bson
다음 명령어(시스템 셸에서)를 사용하여 BSON 파일에 대한 디버깅 출력을 생성합니다:
bsondump --type=debug collection.bson