json_patch

Function json_patch 

Source
pub fn json_patch(target: &mut Value, patch: &Value)
Expand description

Patch provided JSON document (given as serde_json::Value) in-place with JSON Merge Patch RFC 7396.