pub fn json_diff(left: &JsonValue, right: &JsonValue) -> Vec<JsonDiff>
Compute the differences between two JSON values.