pub fn canonical_json(value: &impl Serialize) -> String
Canonical JSON for value: object keys sorted, no whitespace.
value
Values that fail to serialize fall back to their Debug form, so a key is always produced.
Debug