pub fn apply_op(text: &str, op: &Op) -> Result<(String, bool), String>
Apply one Op to a single JSON(C) document, returning the new text and whether it changed.
Op