bson
What is a .bson file?
application/bson
BSON (Binary JSON, .bson) is the binary-encoded serialization MongoDB uses to store documents. It extends JSON with typed values (ObjectId, dates, binary, decimal128) and length-prefixed fields for fast traversal.
How to use a .bson file
Use an example .bson file to test BSON parsers, MongoDB import/export (mongodump/mongorestore), and BSON-to-JSON conversion.