File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
source/fundamentals/data-formats Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,6 @@ formats in our article on :website:`JSON and BSON </json-and-bson>`.
33
33
MongoDB and BSON
34
34
----------------
35
35
36
- MongoDB uses the BSON data format for reasons including:
37
-
38
- - the underlying JSON format aligns well with the document database model
39
- - you can store binary objects in BSON, which you cannot do in pure JSON
40
- - the binary format enables you to send it directly over the wire
41
- - the standardized field metadata enables efficient query and store operations
42
-
43
36
The MongoDB Java Driver, which uses the BSON library, allows you to work
44
37
with BSON data by using one of the object types that implement the
45
38
:java-docs:`Bson <apidocs/bson/org/bson/conversions/Bson.html>` interface,
You can’t perform that action at this time.
0 commit comments