stefankoegl / python-json-patch

Applying JSON Patches in Python
https://python-json-patch.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
434 stars 94 forks source link

Idempotent removals #125

Closed sammaphey closed 3 years ago

sammaphey commented 3 years ago

Added the ability to apply patch operations without erring if a key is not present to remove.

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.06%) to 65.846% when pulling 0527dbc65171fb96ffc43e408b7ecbbc065bfad1 on sammaphey:idemotent-removals into a9a83b5aae65db3007fef8a4015f46e6e59d69c2 on stefankoegl:master.

sammaphey commented 3 years ago

Closing as I found a better solution