pub fn compare_jsons(
    a: &str,
    b: &str,
    sort_arrays: bool
) -> Result<Mismatch, Error>