addict
addict copied to clipboard
support nested key get/set
Hi,
This PR is enhanced version of #119 , which supports nested key with index/slice, such as 'foo[0].bar' and 'foo.bar[0]'. Like mentioned in previous PR, this change is not backward compatible, but I found it useful and powerful.
close #110
BR
is some1 reviewing this ? this is an amazing enhancement. Please look into this.
I would love to see this merged. This would make addict the perfect Swiss army knife dict.