pub fn hash_json<J: JsonHash, H: Hasher>(json: &J, hasher: &mut H)
Hash a JSON value.
This bypasses any implementations of Hash for J since most JSON implementations (such as serde_json) do no provide it.
Hash
J
serde_json