What is BSON?



What is BSON?..

Answer / Kunal Bharti

BSON (Binary JSON) is a binary serialization format used by MongoDB for storing data. It is an extension of the JSON (JavaScript Object Notation) format that allows for more efficient storage and transfer of complex data structures, including arrays, nested objects, and binary data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

How does mongodb connect to atlas?

1 Answers  


How to configure the cache size for wiredtiger in mongodb?

1 Answers  


What is write concern in mongodb?

1 Answers  


To do safe backups what is the feature in mongodb that you can use?

1 Answers  


Who uses mongodb?

1 Answers  


What is a storage engine in mongodb?

1 Answers  


What is mongodb replica set?

1 Answers  


What is the use of robomongo?

1 Answers  


Is mongodb worth learning 2019?

1 Answers  


What will happen when you remove a document from database in mongodb? Does mongodb remove it from disk?

1 Answers  


What is the syntax to create a collection and to drop a collection in mongodb?

1 Answers  


Is mongodb support relationship?

1 Answers  


Categories