Skip to content

v0.14.0

Compare
Choose a tag to compare
@ctomkow ctomkow released this 31 May 22:01
· 49 commits to master since this release
23c18cb

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: