Expand description
JSON patch application logic
This module handles applying JSON patches to values with support for both replace and merge modes.
Functionsยง
- apply_
merge_ patch - Apply a merge-style patch operation
- apply_
patch - Apply a patch operation to a JSON document
- apply_
post_ templating - Apply post-templating expansion to a value