pub fn apply_json_patch(doc: &mut Value, patch: &Value) -> Result<(), String>
Apply a JSON Patch document (an array of operations) to doc in place.
doc