pub fn canonical_json_bytes<T: Serialize>(value: &T) -> Result<Vec<u8>, Error>
Serialize JSON with recursively ordered object keys.
Returns an error when the value cannot be represented as JSON.