-
Notifications
You must be signed in to change notification settings - Fork 89
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