Difference between revisions of "BSON"
From Wiki @ Karl Jones dot com
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...") |
(No difference)
|
Latest revision as of 11:01, 6 February 2018
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