File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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========================
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ that MongoDB uses to store data.
2929Extended 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
3535use cases.
3636
37- The **extended ** format, also known as the **canonical **
37+ The **Extended ** format, also known as the **Canonical **
3838format, 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
4141represent all the type information such as the specific byte size of
4242number fields.
4343
You can’t perform that action at this time.
0 commit comments