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
33
33
the ``bson.json_util.loads()`` method. This method parses an Extended
34
34
JSON string and returns a Python list containing the data.
35
35
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
37
37
list of dictionaries by using the ``loads()`` method:
38
38
39
39
.. io-code-block::
@@ -75,7 +75,7 @@ Write Extended JSON
75
75
76
76
You can write an Extended JSON string from a list of dictionaries
77
77
by 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:
79
79
80
80
.. io-code-block::
81
81
@@ -162,8 +162,8 @@ The following example shows how to output Extended JSON in the Canonical format:
162
162
}}}
163
163
]'''
164
164
165
- More Information
166
- ----------------
165
+ Additional Information
166
+ ----------------------
167
167
168
168
To learn more about JSON, BSON, and Extended JSON, see
169
169
`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