nested_filter v0.1.0 NestedFilter

Documentation for NestedFilter.

Summary

Functions

Take a (nested) map and filter out any keys with specified values in the filter_values 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