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 @@ -33,7 +33,7 @@ You can read an Extended JSON string into a Python object by calling
3333the ``bson.json_util.loads()`` method. This method parses an Extended
3434JSON string and returns a Python list containing the data.
3535
36- The following example shows how you can read an example Extended JSON string into a
36+ The following example shows how you can read an Extended JSON string into a
3737list of dictionaries by using the ``loads()`` method:
3838
3939.. io-code-block::
@@ -75,7 +75,7 @@ Write Extended JSON
7575
7676You can write an Extended JSON string from a list of dictionaries
7777by calling the ``bson.json_util.dumps()`` method.
78- In this example, we output the Extended JSON in the Relaxed mode format.
78+ The following example outputs an Extended JSON string in the Relaxed format:
7979
8080.. io-code-block::
8181
@@ -162,8 +162,8 @@ The following example shows how to output Extended JSON in the Canonical format:
162162 }}}
163163 ]'''
164164
165- More Information
166- ----------------
165+ Additional Information
166+ ----------------------
167167
168168To learn more about JSON, BSON, and Extended JSON, see
169169`our article about JSON and BSON <https://www.mongodb.com/resources/basics/json-and-bson>`__
You can’t perform that action at this time.
0 commit comments