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

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