Descend into any `AbstractDict`

Continuing the discussion from Looking for a key in a nested dict:

I guess he means:

convert(AbstractDict, nestedDict)

No, I don’t think so. I think the comment referred to the fact that the same code could be generalized to work for any subtype of AbstractDict by replacing value isa Dict with value isa AbstractDict, no conversion necessary.

1 Like