Skip to content

is:issue is:open Hash symbolize_keys stringify_keys does not work on nested hashes #253

Description

@tilo

symbolize_keys and stringify_keys does not work on nested hashes:

  > {"this"=>{"is"=>:an, "awful"=>:example}, "very"=>:weird}.symbolize_keys
   => {:this=>{"is"=>:an, "awful"=>:example}, :very=>:weird}

and:
> {:this => {:is => :an , :awful => :example}, :very => :weird}.stringify_keys
=> {"this"=>{:is=>:an, :awful=>:example}, "very"=>:weird}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions