Skip to content

Commit f903bef

Browse files
committed
js feedback
1 parent fb44651 commit f903bef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/data-formats/extended-json.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ set of keys prefixed with "``$``" to represent field type information that
2626
directly corresponds to each type in BSON, the format that MongoDB uses to
2727
store 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+
2933
Read Extended JSON
3034
------------------
3135

@@ -165,10 +169,6 @@ The following example shows how to output Extended JSON in the Canonical format:
165169
Additional 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-
172172
For more information about the methods and types in ``bson.json_util``, see the following
173173
API documentation:
174174

0 commit comments

Comments
 (0)