Introduction and use of bson in MongoDB
This article mainly introduces the introduction and use of bson in MongoDB. This article describes what bson is, how bson is used in MongoDB, and several BSON examples. For more information, see
1. What is
By convention, I will first introduce what is BSon. BSon is short for BinaryJSON and is a binary storage format of a type of Json. Currently, Bson is mainly used by MongoDB (an open-source database with a popular non-Relational Data Model) to store
This article mainly introduced the Bson introduction and the use example in the MongoDB, this article explained what is Bson, Bson in the MongoDB use, several Bson example and so on content, needs the friend may refer to under
One, what is Bson
One, what is Bson
Bson is a binary form of class JSON, called Binary JSON, which, like JSON, supports embedded document objects and array objects, but Bson has some data types that JSON does not have, such as date and bindata types.
Bson can be
Bson is currently mainly used in MongoDB, is the data storage format of MongoDB, Bson based on JSON format, the main reason to choose JSON for transformation is the universality of JSON and the characteristics of JSON schemaless.Bson mainly achieve
In the introduction of MongoDB's bson, BSON can be used as a storage form for network data exchange. This is a bit similar to Google's ProtocolBuffer, but BSON is a schema
In the introduction of MongoDB's bson, BSON can be used as a storage form for
Introduction to MongoDB bson
1. What is bson?
Bson is a type of JSON binary storage format, binary JSON for short. It is the same as JSON and supports embedded document objects and array objects, however, bson has some data types not available in
Bson is a data format developed by 10gen, currently mainly used in MongoDB, is the MONGODB data storage format. Bson based on the JSON format, the main reason for choosing JSON for transformation is the versatility of JSON and the schemaless
Bson is a data format developed by 10gen, which is currently used primarily in MongoDB and is a data storage format for MongoDB. Bson based on JSON format, the main reason to choose JSON for transformation is the universality of JSON and the
JsonJavaScript Object Notation (JSON) is an open, human and machine-readable standard that facilitates data interchange, and a Long with XML was the main format for data interchange used on the modern web. JSON supports all the basic data types you '
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.