File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
source/fundamentals/data-formats Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,16 @@ See the table below to see a description of each format:
70
70
71
71
.. _extended_json_example_section:
72
72
73
+ .. note::
74
+
75
+ The ``$uuid`` Extended JSON type is parsed from a String to a
76
+ :java-docs:`BsonBinary </apidocs/bson/org/bson/BsonBinary.html#<init>(java.util.UUID)>`
77
+ object of binary subtype 4. For more information about ``$uuid`` field
78
+ parsing, see the
79
+ :spec:`special rules for parsing $uuid fields </extended-json.rst#special-rules-for-parsing-uuid-fields>`
80
+ section in the extended JSON specification.
81
+
82
+
73
83
For more detailed information on these formats, see the
74
84
`Extended JSON specification <https://github.com/mongodb/specifications/blob/master/source/extended-json.rst>`__.
75
85
You can’t perform that action at this time.
0 commit comments