pub fn json_patch(target: &mut Value, patch: &Value)
Patch provided JSON document (given as serde_json::Value) in-place with JSON Merge Patch RFC 7396.
serde_json::Value