Expand description
RFC 8785 JSON Canonicalization Scheme (JCS).
Separate from canonical.rs — this implements the full JCS spec
including number canonicalization rules that the existing module
explicitly excludes. The two canonical forms serve different contracts.
Functions§
- jcs_
sha256 - Compute SHA-256 of the canonical JSON bytes of a value.
- to_jcs
- Serialize a value to RFC 8785 canonical JSON bytes.
- to_
jcs_ for - Serialize any
Serializetype to RFC 8785 canonical JSON bytes.