File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ set of keys prefixed with "``$``" to represent field type information that
26
26
directly corresponds to each type in BSON, the format that MongoDB uses to
27
27
store data.
28
28
29
+ To learn more about JSON, BSON, and Extended JSON, see
30
+ `our article about JSON and BSON <https://www.mongodb.com/resources/basics/json-and-bson>`__
31
+ and :manual:`Extended JSON </reference/mongodb-extended-json/>` in the {+mdb-server+} manual.
32
+
29
33
Read Extended JSON
30
34
------------------
31
35
@@ -165,10 +169,6 @@ The following example shows how to output Extended JSON in the Canonical format:
165
169
Additional Information
166
170
----------------------
167
171
168
- To learn more about JSON, BSON, and Extended JSON, see
169
- `our article about JSON and BSON <https://www.mongodb.com/resources/basics/json-and-bson>`__
170
- and :manual:`Extended JSON </reference/mongodb-extended-json/>` in the {+mdb-server+} manual.
171
-
172
172
For more information about the methods and types in ``bson.json_util``, see the following
173
173
API documentation:
174
174
You can’t perform that action at this time.
0 commit comments