Skip to content

Commit 79a2ea7

Browse files
committed
fixes
1 parent 3b0d4da commit 79a2ea7

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

source/data-formats/extended-json.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,24 @@ See the following table to see a description of each format:
4848
- Description
4949

5050
* - **Extended**
51-
- | Also known as the *canonical* format, this JSON representation avoids loss of BSON type information.
52-
| This format prioritizes type preservation at the loss of human-readability and interoperability with older formats.
51+
- | Also known as the *canonical* format, this JSON representation avoids loss of
52+
BSON type information.
53+
| This format prioritizes type preservation at the loss of human-readability and
54+
interoperability with older formats.
5355

5456
* - **Relaxed Mode**
5557
- | JSON representation that describes BSON documents with some type information loss.
56-
| This format prioritizes human-readability and interoperability at the loss of certain type information.
58+
| This format prioritizes human-readability and interoperability at the loss of
59+
certain type information.
5760

5861
* - **Shell**
5962
- | JSON representation that matches the syntax used in the MongoDB shell.
60-
| This format prioritizes compatibility with the MongoDB shell which often uses JavaScript functions to represent types.
63+
| This format prioritizes compatibility with the MongoDB shell, which often uses
64+
JavaScript functions to represent types.
6165

6266
* - **Strict**
63-
- | *Deprecated.* This representation is the legacy format that fully conforms to the `JSON RFC <http://www.json.org/>`__ which allows any JSON parser to read the type information.
64-
| The legacy API uses this format.
67+
- | *Deprecated.* This representation is the legacy format that fully conforms to
68+
the `JSON RFC <http://www.json.org/>`__ which allows any JSON parser to read the type information.
6569

6670
.. _extended_json_example_section:
6771

0 commit comments

Comments
 (0)