JSON BinPack  0.0.1
A space-efficient open-source binary JSON serialization format based on JSON Schema with both schema-driven and schema-less support.
Object Encodings

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...
 

Detailed Description