You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/data-formats/extended-json.txt
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -48,20 +48,24 @@ See the following table to see a description of each format:
48
48
- Description
49
49
50
50
* - **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.
53
55
54
56
* - **Relaxed Mode**
55
57
- | 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.
57
60
58
61
* - **Shell**
59
62
- | 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.
61
65
62
66
* - **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.
0 commit comments