pub fn hash_json<J: JsonHash, H: Hasher>(json: &J, hasher: &mut H)
Expand description

Hash a JSON value.

This bypasses any implementations of Hash for J since most JSON implementations (such as serde_json) do no provide it.