-
Notifications
You must be signed in to change notification settings - Fork 87
using #94
Copy link
Copy link
Open
Labels
Description
Similarly to python-benedict it would would be nice to have a dictionary subclass that makes access to elements less verbose using for example this syntax
d = dpath_dict()
d['profile/firstname'] = 'Martin' # set values by keypath
Reactions are currently unavailable