Answer:
Binary JSON (BSON), is a binary-encoded serialization of JSON-like documents.
Like JSON, BSON supports the embedding of documents and arrays .
BSON also contains extensions that allow representation of data types that are not part of the JSON specification.
Its main features are Lightweight,Traversable and Efficient.
Source: bsonspec.org | |
Alert Moderator