Size of binary json representations #1919
Labels
aspect: binary formats
BSON, CBOR, MessagePack, UBJSON
kind: question
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
For the following example, is it correct to say that
v_cbor.size()
is the size (number of bytes) of the CBOR representation for the JSON document{"compact": true, "schema": 0}
? I guess it's the same for the other binary formats in this library?The text was updated successfully, but these errors were encountered: