Expand description
Cursor-based msgpack โ serde_json::Value and nodedb_types::Value readers.
Deterministic raw byte parser โ the first byte of each msgpack value unambiguously identifies its type per the msgpack specification.
Functionsยง
- json_
from_ msgpack - Deserialize a
serde_json::Valuefrom MessagePack bytes. - value_
from_ msgpack - Deserialize a
nodedb_types::Valuefrom standard MessagePack bytes.