Crate serde_jcs

Source
Expand description

JSON Canonicalization Scheme (JCS)

§References

RFC 8785

Functions§

to_string
Serialize the given value as a String of JSON.
to_vec
Serialize the given value as a JSON byte vector.
to_writer
Serialize the given value as JSON into the IO stream.