AI 에이전트의 경우: 문서 인덱스는 https://www.mongodb.com/ko-kr/docs/llms.txt에서 사용할 수 있으며, 모든 페이지의 마크다운 버전은 어떤 URL 경로에 .md를 추가하여 사용할 수 있습니다.
Docs Menu

bsondump 예시

이 페이지에서는 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

이 페이지의 내용