adspace


What is bson in mongodb?

Answer Posted / Pankaj Dhaka

BSON (Binary JSON) is a binary serialization of JSON documents used by MongoDB to efficiently store and transmit data. It provides a more compact format compared to plain JSON, while still maintaining the flexibility and simplicity of JSON.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How did mongodb get its name?

60


what is the command syntax for inserting a document?

63


How to define array in mongoose schema?

79