1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

BJData Fixes (#4588)

This commit is contained in:
Nebojša Cvetković
2025-01-07 21:10:38 +00:00
committed by GitHub
parent 0cb1241d5e
commit 48e7b4c23b
3 changed files with 11 additions and 10 deletions

View File

@ -37,10 +37,11 @@ The exact mapping and its limitations is described on a [dedicated page](../../f
`use_type` (in)
: whether to add type annotations to container types (must be combined with `#!cpp use_size = true`); optional,
`#!cpp false` by default.
`version` (in)
: which version of BJData to use (see [draft 3](../../features/binary_formats/bjdata.md#draft-3-binary-format)); optional,
`#!cpp false` by default.
: which version of BJData to use (see [draft 3](../../features/binary_formats/bjdata.md#draft-3-binary-format));
optional, `#!cpp bjdata_version_t::draft2` by default.
## Return value