BSON
From Wiki @ Karl Jones dot com
Revision as of 11:01, 6 February 2018 by Karl Jones (Talk | contribs) (Created page with "'''BSON''' /ˈbiːsən/ is a computer data interchange format used mainly as a data storage and network transfer format in the MongoDB database. It is a binary form for r...")
BSON /ˈbiːsən/ is a computer data interchange format used mainly as a data storage and network transfer format in the MongoDB database.
It is a binary form for representing simple data structures, associative arrays (called objects or documents in MongoDB), and various data types of specific interest to MongoDB.
The name "BSON" is based on the term JSON and stands for "Binary JSON".
See also
External links
- BSON @ Wikipedia