We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb727a commit a25be85Copy full SHA for a25be85
source/data-formats/extended-json.txt
@@ -44,9 +44,8 @@ Extended JSON document into a ``BsonDocument`` object:
44
45
{ "_id" : { "$oid" : "573a1391f29313caabcd9637" }, "createdAt" : { "$date" : "1970-01-19T12:51:39.609Z" }, "numViews" : 36520312 }
46
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:
+Alternatively, you can use the ``JsonReader`` class to read Extended JSON documents
+into other formats such as ``BsonDocument``, as shown in the following example:
50
51
.. io-code-block::
52
0 commit comments