Skip to main content

stable_json_hash

Function stable_json_hash 

Source
pub fn stable_json_hash(value: &Value) -> u64
Expand description

Stable content hash of a JSON value: sorted-key walk (never trusts a serializer’s map ordering), string leaves verbatim.