MongoDB: Data Types June 15, 2020 MongoDB Data Types : MongoDB stores documents on disk in the BSON serialization format. BSON is a binary representation of JSON documents, though BSON data format provides more data types than JSON. Read more