Skip to main content

encode_compact

Function encode_compact 

Source
pub fn encode_compact<T: Serialize>(value: &T) -> Result<Vec<u8>>
Expand description

Serialize to compact (no whitespace) JSON bytes.