Skip to main content

canonical_json_string

Function canonical_json_string 

Source
pub fn canonical_json_string<T>(value: &T) -> Result<String, Error>
where T: Serialize,
Expand description

Serialize a value to a canonical JSON string (RFC 8785).