nested_filter v0.1.3 NestedFilter

Documentation for NestedFilter.

Summary

Functions

Take a (nested) map and filter out any keys with specified values in the filter_values list

Take a (nested) map and filter out any values with specified keys in the filter_keys list

Functions

reject_keys_by_value(map, filter_values)
reject_keys_by_value(map :: map, filter_values :: list) :: map

Take a (nested) map and filter out any keys with specified values in the filter_values list.

reject_values_by_key(map, filter_keys)
reject_values_by_key(map :: map, filter_keys :: list) :: map

Take a (nested) map and filter out any values with specified keys in the filter_keys list.