Create converter for nested dictionaries / objects #9
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
wontfix
This will not be worked on
Create a new utility method (or enhance init?) to convert nested dictionaries into nested CleverDicts, so that deeper levels can be accesses easily with "." notation. For example:
I'd also like to extend this functionality to attributes, which might be trickier. For example:
And the absolute ideal would be to handle any mixture of dictionaries and objects/attributes. For example:
The text was updated successfully, but these errors were encountered: