mirror of
https://github.com/nlohmann/json.git
synced 2026-04-14 12:08:53 +00:00
📝 updated documentation for UBJSON functions
This commit is contained in:
@@ -721,7 +721,7 @@ class binary_writer
|
||||
{
|
||||
if (add_prefix)
|
||||
{
|
||||
oa->write_character(static_cast<CharType>('i')); // uint8
|
||||
oa->write_character(static_cast<CharType>('i')); // int8
|
||||
}
|
||||
write_number(static_cast<uint8_t>(n));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user