Function wash_cli::util::json_str_to_msgpack_bytes

source ·
pub fn json_str_to_msgpack_bytes(payload: &str) -> Result<Vec<u8>>
Expand description

Transform a json string (e.g. “{“hello”: “world”}“) into msgpack bytes