Skip to content

Commit fb44651

Browse files
Apply suggestions from code review
Co-authored-by: Jordan Smith <[email protected]>
1 parent adbb18c commit fb44651

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
@@ -33,7 +33,7 @@ You can read an Extended JSON string into a Python object by calling
3333
the ``bson.json_util.loads()`` method. This method parses an Extended
3434
JSON 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
3737
list of dictionaries by using the ``loads()`` method:
3838

3939
.. io-code-block::
@@ -75,7 +75,7 @@ Write Extended JSON
7575

7676
You can write an Extended JSON string from a list of dictionaries
7777
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:
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

168168
To 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>`__

0 commit comments

Comments
 (0)