-
-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Given a benedict dictionary d, invoking d.keypaths() will return all paths in a sorted order.
There are cases where this is an undesired behavior and is caused by kps.sort() in benedict.core.keypaths.py.
I would propose a new parameter "sorted" to keypaths that allows to disable this line of code.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Done