You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way to access deep lists now. If I use no_list=True I will be in trouble because 2019 will work as key but then I can't access mylist. This has me stuck in a project. I've been trying to make some function to parse the key tree and flip no_list on and off while traversing but it's not straight forward what to do.
Reason:
If I need to copy the data schema, I can't make new dotty() and then say:
new["2019.uat.mylist.0"] =dotty(data)
because numeric will always be a list or a key. No mix.
Solution Request:
Identifier for lists in leafy strings. Maybe like:
"2019.uat.mylist.[0]"
The text was updated successfully, but these errors were encountered:
Please consider the following:
There is no way to access deep lists now. If I use
no_list=True
I will be in trouble because2019
will work as key but then I can't accessmylist
. This has me stuck in a project. I've been trying to make some function to parse the key tree and flip no_list on and off while traversing but it's not straight forward what to do.Reason:
If I need to copy the data schema, I can't make new dotty() and then say:
because numeric will always be a list or a key. No mix.
Solution Request:
Identifier for lists in leafy strings. Maybe like:
"2019.uat.mylist.[0]"
The text was updated successfully, but these errors were encountered: