v0.14.0
Added a new find_value
function. This will return all keys with the associated value.
A good example for this is to find all keys that have a null value, ie in the library, simply find_value(data, False)
See the README here:
Added a new find_value
function. This will return all keys with the associated value.
A good example for this is to find all keys that have a null value, ie in the library, simply find_value(data, False)
See the README here: