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
CategoryData
Total Files3
Extension.bson
MIMEapplication/octet-stream
ManifestJSON
Request Related Coverage
Files first

BSON Sample Files — Download

Starter file

bson_binary_attachment_sample.bson · 104 B

Download

Order Payload BSON

Binary document fixture for order payload inspection and nested-array decoding.

bson_order_payload_sample.bson · 156 B
Download Fixture

Nested Profile BSON

Binary document fixture for nested object decoding and typed field inspection.

bson_nested_profile_sample.bson · 150 B
Download Fixture
Filename Size MIME Download
.bson Realistic Starter SHA256 3a42993f7800...
104 B application/octet-stream Download
.bson Realistic SHA256 c045692dc665...
150 B application/octet-stream Download
.bson Realistic SHA256 f9f4c9072d58...
156 B application/octet-stream Download
Use cases

BSON Testing Workflows

Document Preview and Binary Review

BSON for Document Preview and Binary Review

Open Format BSON

Nested and Binary Field Validation

BSON for Nested and Binary Field Validation

Open Format BSON
Compare and decide

BSON Format Comparisons

More data formats: SQL YAML ENV GRAPHQL INI JSONL
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