Skip to content

Commit 7d499ed

Browse files
committed
vale
1 parent ffec5ff commit 7d499ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/data-formats/extended-json.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Work with Extended JSON Data
1515
:values: reference
1616

1717
.. meta::
18-
:keywords: code examples, bson, relaxed, canonical, legacy
18+
:keywords: code examples, bson, relaxed, canonical
1919

2020
Overview
2121
--------
@@ -26,7 +26,7 @@ when interacting with MongoDB documents.
2626
JSON is a human-readable data format that represents the values of objects,
2727
arrays, numbers, strings, booleans, and nulls. This format supports only a
2828
subset of BSON data types, which is the format that MongoDB uses to store data. The
29-
Extended JSON format provides additional BSON support, defining a reserved
29+
Extended JSON format supports more BSON types, defining a reserved
3030
set of keys prefixed with "``$``" to represent field type information that
3131
directly corresponds to each type in BSON.
3232

0 commit comments

Comments
 (0)