Data format
BSON Sample Files
BSON (.bson) files encode typed binary documents used by document databases and binary payload workflows. Use sample BSON files to validate binary payload inspection, document decoding, and nested object handling.
3 files
All to 50KB
SHA256 verified
Manifest included
Quick facts
Files first
BSON Sample Files — Download
Use cases
BSON Testing Workflows
Document Preview and Binary Review
Open Format BSONNested and Binary Field Validation
Open Format BSONCompare and decide
BSON Format Comparisons
FAQ and reference
BSON File FAQ
Checksum Verification
Use checksums to confirm file integrity after download.
shasum -a 256 your_file_name_here
# Compare output with SHA256 values listed above.
Where is the machine-readable manifest?
Use the manifest when you need stable names, SHA256 values, and URLs for automation.
Validation Methodology
- Validate extension and MIME detection before processing.
- Benchmark performance with small and larger files.
- Test malformed-input handling and error messaging.
Fixture Matrix
Use the curated BSON matrix to choose the right clean, edge-case, and broken fixtures for this format.
Open Matrix
Workflow Packs