Skip to main content

Module json_msgpack

Module json_msgpack 

Source

Re-exports§

pub use json_value::JsonValue;
pub use reader::json_from_msgpack;
pub use reader::value_from_msgpack;
pub use transcoder::msgpack_to_json_string;
pub use writer::json_to_msgpack;
pub use writer::json_to_msgpack_or_empty;
pub use writer::value_to_msgpack;

Modules§

json_value
JsonValue newtype wrapper around serde_json::Value with zerompk traits.
reader
Cursor-based msgpack → serde_json::Value and nodedb_types::Value readers.
transcoder
Streaming msgpack → JSON string transcoder.
writer
Msgpack serialization for serde_json::Value and nodedb_types::Value.