Skip to content

Commit 996bc32

Browse files
author
Chris Cho
committed
address PR review feedback
1 parent c87433e commit 996bc32

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

source/fundamentals/data-formats/document-data-format-bson.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ formats in our article on :website:`JSON and BSON </json-and-bson>`.
3333
MongoDB and BSON
3434
----------------
3535

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-
4336
The MongoDB Java Driver, which uses the BSON library, allows you to work
4437
with BSON data by using one of the object types that implement the
4538
:java-docs:`Bson <apidocs/bson/org/bson/conversions/Bson.html>` interface,

0 commit comments

Comments
 (0)