Skip to main content

apply_json_patch

Function apply_json_patch 

Source
pub fn apply_json_patch(doc: &mut Value, patch: &Value) -> Result<(), String>
Expand description

Apply a JSON Patch document (an array of operations) to doc in place.