Expand description
The self-description proof: given message bytes and nothing else, recover the writer schema from the inline region and render every present field — with its human-readable name — as JSON.
Functions§
- dump_
json - Decode a message using only its own bytes. Requires the message to have
been encoded with
crate::SchemaMode::Inline.