Inspect dump data as JSON.
Section: Import and export data
Convert BSON to JSON
bash
bash
bsondump dump/appdb/users.bson > users.jsonExplanation
Useful when you want to inspect BSON dump content in a human-readable format.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Import and export data