BSON Binary Fixture Matrix
Use BSON fixtures for document decoding, nested typed-field inspection, and binary attachment handling.
How to Use This Matrix
- Covers order-style documents, nested profiles, and embedded binary fields.
- Useful for document-database payload inspection and binary-vs-text payload comparisons.
- Anchored to the binary-payload inspection pack and workflow hub.
Open Primary Library
This matrix is anchored to the BSON library page and its manifest.
Fixture Rows
| Variant | Profile | Test Focus | File | Size | Download |
|---|---|---|---|---|---|
|
Order Payload BSON
Good baseline for BSON document decoding and order-payload inspection.
|
Document payload | Nested arrays and typed scalars | bson_order_payload_sample.bson |
156 B | Download |
|
Nested Profile BSON
Useful for validating nested BSON documents and typed object traversal.
|
Nested document | Nested object handling | bson_nested_profile_sample.bson |
150 B | Download |
|
Binary Attachment BSON
Targets BSON decoders and payload inspectors that need to handle binary fields correctly.
|
Binary field fixture | Embedded binary decoding | bson_binary_attachment_sample.bson |
104 B | Download |
Related Packs
Binary Payload Inspection Fixture Pack
Bundle of real BSON, MessagePack, JWT, and JSON fixtures for binary document decoding, payload inspection, and type-compatibility checks.
binary_payload_inspection_fixture_pack.zip · 2.1 KB
Related Workflows
Binary Payload Inspection Fixtures
BSON, MessagePack, JWT, and JSON fixtures for binary document decoding, payload inspection, and typed-field validation.
Open Workflow