We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ecd0f2 commit bdd1c68Copy full SHA for bdd1c68
source/data-formats/bson.txt
@@ -48,11 +48,11 @@ The following example shows a document in both dictionary and BSON formats. Use
48
49
.. code-block:: none
50
51
- \x16\x00\x00\x00 // total document size
52
- \x02 // 0x02 = type String
53
- hello\x00 // field name
54
- \x06\x00\x00\x00world\x00 // field value
55
- \x00 // 0x00 = type EOO ('end of object')
+ \x16\x00\x00\x00 # total document size
+ \x02 # 0x02 = type String
+ hello\x00 # field name
+ \x06\x00\x00\x00world\x00 # field value
+ \x00 # 0x00 = type EOO ("end of object")
56
57
58
Sample Data
0 commit comments