module Hashie::HashExtensions

def hashie_stringify_keys

to their string representations.
Convert all of the keys of a Hash
def hashie_stringify_keys
  dup.stringify_keys!
end