python library (FastOptDict) for dictionary
0x00 Introduction
FastOptDict is a simple dictionary library. It allows you to find all the keys, values, and paths in the dictionary variable.
For example, we have a dictionary variable and we have to find out the value for the key “test”.
1 | import FastOptDict |
It uses a path generation algorithm to finish the task instead of using regex.