pub fn check_decode_determinism(
schema: &Schema,
data: &[u8],
options: &DecodeOptions,
) -> Result<DeterminismResult>Expand description
Check that decoding the same binary data twice produces identical JSON output.
ยงErrors
Returns an error if decoding or JSON serialization fails.