Module patcher

Module patcher 

Source
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