Published on

Deep Hash transformation using Lambdas

Authors
  • avatar
    Name
    Carlos Baraza
    Twitter
    @carlosbaraza
    Bio
    I write software and other philosophical stuff.

Today I had the need in my job of implementing a similar behaviour of what Rails hash method .deep_symbolize_keys does. Here is a possible implementation of a deep recursive hash transformation, using recursive lambdas.