allow to easily and dynamically remove nil values e.g. remove all fields containing nil ``` prune{ blacklist_values => [ "\S+", nil] } ```