Description
Applies and creates JSON Patch operations for Python software. It helps programs describe changes to JSON documents as structured add, remove, replace, move, copy, or test operations.
Patch operations can change important configuration or stored data. Applications should validate patches from untrusted sources before applying them, especially when paths control permissions or behavior.