What is BSON in MongoDB?

Technology CommunityCategory: MongoDBWhat is BSON in MongoDB?
VietMX Staff asked 3 years ago

BSON is a binary serialization format used to store documents and make remote procedure calls in MongoDB. BSON extends the JSON model to provide additional data types, ordered fields, and to be efficient for encoding and decoding within different languages.