We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07f0b3 commit 732eb1cCopy full SHA for 732eb1c
docs/mkdocs/docs/api/basic_json/to_bjdata.md
@@ -37,10 +37,11 @@ The exact mapping and its limitations is described on a [dedicated page](../../f
37
38
`use_type` (in)
39
: whether to add type annotations to container types (must be combined with `#!cpp use_size = true`); optional,
40
+`#!cpp false` by default.
41
42
`version` (in)
-: which version of BJData to use (see [draft 3](../../features/binary_formats/bjdata.md#draft-3-binary-format)); optional,
43
-`#!cpp false` by default.
+: which version of BJData to use (see [draft 3](../../features/binary_formats/bjdata.md#draft-3-binary-format));
44
+optional, `#!cpp bjdata_version_t::draft2` by default.
45
46
## Return value
47
0 commit comments