Skip to content

Commit 96ecdbb

Browse files
committed
LM PR fixes 1
1 parent ba3b419 commit 96ecdbb

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

source/data-formats.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. This page is hidden from the TOC and search indexing.
2+
3+
.. meta::
4+
:robots: noindex, nosnippet
5+
16
.. _golang-data-formats:
27

38
========================

source/data-formats/extended-json.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ that MongoDB uses to store data.
2929
Extended JSON Formats
3030
---------------------
3131

32-
MongoDB Extended JSON features different string formats to represent BSON data.
33-
Each of the formats conforms to the `JSON RFC
32+
MongoDB Extended JSON features different string formats to represent
33+
BSON data. Each of the formats conforms to the `JSON RFC
3434
<https://datatracker.ietf.org/doc/html/rfc8259>`__ and meets specific
3535
use cases.
3636

37-
The **extended** format, also known as the **canonical**
37+
The **Extended** format, also known as the **Canonical**
3838
format, features specific representations for every BSON type for
39-
bidirectional conversion without loss of information. The **Relaxed
40-
mode** format is more concise and closer to ordinary JSON, but does not
39+
bidirectional conversion without loss of information. The **Relaxed**
40+
format is more concise and closer to ordinary JSON, but does not
4141
represent all the type information such as the specific byte size of
4242
number fields.
4343

0 commit comments

Comments
 (0)