Skip to main content

apply_op

Function apply_op 

Source
pub fn apply_op(text: &str, op: &Op) -> Result<(String, bool), String>
Expand description

Apply one Op to a single JSON(C) document, returning the new text and whether it changed.