mahmoud / glom

☄️ Python's nested data operator (and CLI), for all your declarative restructuring needs. Got data? Glom it! ☄️
https://glom.readthedocs.io
Other
1.89k stars 61 forks source link

Remove all paths by value #219

Open igolant opened 3 years ago

igolant commented 3 years ago

Hi

Is there way to recursively remove all keys that have specific value (eg null)?

Thanks