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 JsonValuenewtype wrapper aroundserde_json::Valuewith zerompk traits.- reader
- Cursor-based msgpack →
serde_json::Valueandnodedb_types::Valuereaders. - transcoder
- Streaming msgpack → JSON string transcoder.
- writer
- Msgpack serialization for
serde_json::Valueandnodedb_types::Value.