pub fn canonical_json_shared_bytes<T>( value: &T, ) -> Result<Arc<CanonicalBytes>, Error>where T: Serialize,
Serialize a value to shared canonical JSON bytes.