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

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