[][src]Function json_filter_sorted::filter::filter

pub fn filter<F>(data: JsonValue, f: &F) -> JsonValue where
    F: Fn(&JsonValue) -> bool