1. Why is MongoDB using BSON instead of JSON to store data? (Select three):
> BSON supports more data types than JSON.
BSON simply means 'Better JSON'.
BSON format is human readable.
> BSON supports more data types than JSON.
BSON simply means 'Better JSON'.
BSON format is human readable.
> BSON contains metadata to describe a document/object.
> BSON simply means 'Binary JSON'.
2.
2.