What is BSON?

BSON (or Binary JSON) is a binary encoding of JSON-like documents that MongoDB uses to store information in documents. It adds support for Date and binary (BinData) data type that aren’t supported in JSON.BSON was designed to have the following three characteristics: Lightweight: Keeping spatial overhead to a minimum is important for any data representation … Read more