Google News
logo
MongoDB - Interview Questions
What is BSON in MongoDB?
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.
Advertisement