Skip to content

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

@tilo

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}

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