Skip to content

Commit a25be85

Browse files
committed
RR feedback
1 parent 7cb727a commit a25be85

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/data-formats/extended-json.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ Extended JSON document into a ``BsonDocument`` object:
4444

4545
{ "_id" : { "$oid" : "573a1391f29313caabcd9637" }, "createdAt" : { "$date" : "1970-01-19T12:51:39.609Z" }, "numViews" : 36520312 }
4646

47-
Alternatively, you can use the ``JsonReader`` class to read Extended JSON documents. The
48-
following example reads uses the ``JsonReader`` class to read the same Extended JSON document
49-
as the preceding example into a ``BsonDocument`` object:
47+
Alternatively, you can use the ``JsonReader`` class to read Extended JSON documents
48+
into other formats such as ``BsonDocument``, as shown in the following example:
5049

5150
.. io-code-block::
5251

0 commit comments

Comments
 (0)