pub fn canonical_json_string<T>(value: &T) -> Result<String, Error>where T: Serialize,
Serialize a value to a canonical JSON string (RFC 8785).