tremor_value::utils

Function sorted_serialize

source
pub fn sorted_serialize(j: &Value<'_>) -> Result<Vec<u8>, Error>
Expand description

Serialize a Value in a sorted fashion to allow equality comparing the result

ยงErrors

on IO errors