BSON

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(3rd Party: Add AS3)
m (Add Kaitai Struct schema)
 
Line 3: Line 3:
 
|subcat=Serialization
 
|subcat=Serialization
 
|extensions={{ext|bson}}
 
|extensions={{ext|bson}}
 +
|kaitai struct=bson
 
}}
 
}}
 
'''BSON''' is a binary serialization format designed to be similar to [[JSON]], only binary-based rather than text-based. It is used in [[MongoDB]].
 
'''BSON''' is a binary serialization format designed to be similar to [[JSON]], only binary-based rather than text-based. It is used in [[MongoDB]].

Latest revision as of 17:57, 26 December 2024

File Format
Name BSON
Ontology
Extension(s) .bson
Kaitai Struct Spec bson.ksy

BSON is a binary serialization format designed to be similar to JSON, only binary-based rather than text-based. It is used in MongoDB.

Multi-byte numeric quantities are little-endian.

Contents

[edit] Specifications

[edit] Metaformat files

[edit] Libraries

[edit] Official

[edit] 3rd Party

[edit] Other links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox