Classes | |
struct | sourcemeta::jsonbinpack::FIXED_TYPED_ARBITRARY_OBJECT |
The encoding consists of each pair encoded as the key followed by the value according to key_encoding and encoding . The order in which pairs are encoded is undefined. More... | |
struct | sourcemeta::jsonbinpack::VARINT_TYPED_ARBITRARY_OBJECT |
The encoding consists of the number of key-value pairs in the input object as a Base-128 64-bit Little Endian variable-length unsigned integer followed by each pair encoded as the key followed by the value according to key_encoding and encoding . The order in which pairs are encoded is undefined. More... | |