pub fn canonicalize(value: &Value) -> SignatifResult<String>Expand description
Canonicalize a JSON value to its RFC 8785 byte string.
ยงErrors
Returns SignatifError::Encoding for values that cannot appear in
canonical JSON (non-finite numbers).
pub fn canonicalize(value: &Value) -> SignatifResult<String>Canonicalize a JSON value to its RFC 8785 byte string.
Returns SignatifError::Encoding for values that cannot appear in
canonical JSON (non-finite numbers).