pub fn dump_json(buf: &[u8]) -> Result<String>Expand description
Decode a message using only its own bytes. Requires the message to have
been encoded with crate::SchemaMode::Inline.
pub fn dump_json(buf: &[u8]) -> Result<String>Decode a message using only its own bytes. Requires the message to have
been encoded with crate::SchemaMode::Inline.