BSON (Binary JSON) is the binary representation of JSON-like documents that MongoDB uses internally.
Key differences:
Example BSON types not in JSON:
{
_id: ObjectId("507f1f77bcf86cd799439011"),
created: ISODate("2023-01-01T12:00:00Z"),
data: BinData(0, "SGVsbG8gV29ybGQ=")
}