pub fn to_string_pretty<T: Serialize>(envelope: &JsonEnvelope<T>) -> StringExpand description
Encode an envelope as JSON. Uses pretty form so humans tailing the
terminal can still read it; agents jq-pipe either form.
pub fn to_string_pretty<T: Serialize>(envelope: &JsonEnvelope<T>) -> StringEncode an envelope as JSON. Uses pretty form so humans tailing the
terminal can still read it; agents jq-pipe either form.