Closed zluipaiva closed 2 years ago
please change README as well to reflect these changes, and add a section named general info why we are returning list of keys
I'm storing each path as an array of dictionary keys so we could do something like: https://stackoverflow.com/a/14692747/16586258
Thanks @zluipaiva everything looks good, just update the README
@Agent-Hellboy done! just realized a small bug, I will open in a new issue because it's already in production
I see, thanks man
Related to: #1
The
__trace_key
function was updated to return the found paths instead of printing. Now it uses an array of paths that gets updated every time the key is found.I'm storing each path as an array of dictionary keys so we could do something like: https://stackoverflow.com/a/14692747/16586258