BSON, short for Binary JSON, is a binary-encoded serialization of JSON-like documents. Like JSON, BSON supports the embedding of documents and arrays within other documents and arrays.
BSON is used by MongoDB to represent its document-oriented database structure.
Related Links:
1) BSON – http://bsonspec.org
2) MongoDB – http://mongodb.org