ELI5: Explain Like I'm 5

BSON

Bson stands for Binary-JSON and it is a type of data format used to store data. It is often used when transferring data from one computer to another, because it is much smaller and faster than the other types of data formats (such as JSON). The most important thing about Bson is that it stores data in a binary format which makes it easier for computers to transfer the data quickly and efficiently.