Skip to content

Commit d8fdf3b

Browse files
committed
rephrase
1 parent c7e6aae commit d8fdf3b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/data-formats/extended-json.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ format, but you can specify relaxed or legacy formats by passing a ``mode`` argu
6464
For more information see, the :manual:`MongoDB Extended JSON v1
6565
</reference/mongodb-extended-json-v1/>` page in the Server manual.
6666

67-
The ``as_extended_json`` method is available for many other core and
68-
standard library types. The following example creates Extended JSON strings in
69-
the canonical, relaxed, and legacy formats, from an array of hashes:
67+
The ``as_extended_json`` method is available for several core and standard
68+
library types, including ``Array`` and ``Hash``. The following example creates
69+
Extended JSON strings in the canonical, relaxed, and legacy formats, from an
70+
array of hashes:
7071

7172
.. io-code-block::
7273
:copyable:

0 commit comments

Comments
 (0)