module Hashie::Extensions::StringifyKeys

def stringify_keys

to strings.
Return a new hash with all keys converted
def stringify_keys
  dup.stringify_keys!
end