mirror of
https://github.com/nlohmann/json.git
synced 2026-03-07 17:51:23 +00:00
📝 update documentation (#4723)
Signed-off-by: Niels Lohmann <mail@nlohmann.me>
This commit is contained in:
@@ -5,7 +5,7 @@ these formats support binary values; that is, values that have semantics define
|
||||
sequence of bytes to be stored.
|
||||
|
||||
JSON itself does not have a binary value. As such, binary values are an extension that this library implements to store
|
||||
values received by a binary format. Binary values are never created by the JSON parser, and are only part of a
|
||||
values received by a binary format. Binary values are never created by the JSON parser and are only part of a
|
||||
serialized JSON text if they have been created manually or via a binary format.
|
||||
|
||||
## API for binary values
|
||||
@@ -130,8 +130,8 @@ is an integer or `null`.
|
||||
|
||||
### BJData
|
||||
|
||||
[BJData](binary_formats/bjdata.md) neither supports binary values nor subtypes, and proposes to serialize binary values
|
||||
as array of uint8 values. This translation is implemented by the library.
|
||||
[BJData](binary_formats/bjdata.md) neither supports binary values nor subtypes and proposes to serialize binary values
|
||||
as an array of uint8 values. The library implements this translation.
|
||||
|
||||
??? example
|
||||
|
||||
@@ -315,8 +315,8 @@ If no subtype is given, the bin family (bin8, bin16, bin32) is used.
|
||||
|
||||
### UBJSON
|
||||
|
||||
[UBJSON](binary_formats/ubjson.md) neither supports binary values nor subtypes, and proposes to serialize binary values
|
||||
as array of uint8 values. This translation is implemented by the library.
|
||||
[UBJSON](binary_formats/ubjson.md) neither supports binary values nor subtypes and proposes to serialize binary values
|
||||
as an array of uint8 values. The library implements this translation.
|
||||
|
||||
??? example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user