Function apply_json_patch

Source
pub fn apply_json_patch(document: &[u8], patch: &[u8]) -> Result<Vec<u8>>