MongoDB : Data Types

It stores documents on disk in the BSON serialization format. BSON is a binary representation of the JSON documents. Data format of BSON provides more data types than JSON. The mongo JavaScript shell and the MongoDB language drivers translate between the BSON format doucments and the language specificed document representation. BSON supports the following data …

MongoDB : Data Types Read More »