Skip to main content

apply_patch_operations_to_json_public

Function apply_patch_operations_to_json_public 

Source
pub fn apply_patch_operations_to_json_public(
    value: &mut Value,
    operations: &[PatchEntityOperation],
) -> Result<(), String>
Expand description

pub re-export of [apply_patch_operations_to_json] for the HTTP layer. The KV patch handler (issue #751) parses a JSON value, applies operations against the live JSON tree, and writes back — without reaching the entity-row patch core that this module otherwise owns.