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
2626directly corresponds to each type in BSON, the format that MongoDB uses to
2727store data.
2828
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+
2933Read Extended JSON
3034------------------
3135
@@ -165,10 +169,6 @@ The following example shows how to output Extended JSON in the Canonical format:
165169Additional Information
166170----------------------
167171
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-
172172For more information about the methods and types in ``bson.json_util``, see the following
173173API documentation:
174174
You can’t perform that action at this time.
0 commit comments