How to Remove Empty Elements and Empty Strings from a Hash and it's Child Elements
This class will:
- Convert all keys of the given hash into symbols.
- Remove nil elements, empty strings, empty hashes and empty arrays, from the hash itself and it's child elements.
class HashSanitizer