Format JSON Online logoMobile Menu

BSON (Binary JSON)

A binary-encoded serialization of JSON-like documents, designed to be efficient for storage and scanning.

BSON is the primary data format used by the MongoDB database. It extends the JSON model to include additional data types like dates and binary data, and it is optimized for speed and space efficiency within the database.