Question: What is BSON?Answer: BSON is a binary representation of JSON-like documents that MongoDB uses to store data. It adds support for data types like Date and Binary that are not natively supported in JSON. |
Is it helpful?
Yes
No
Most helpful rated by users: