pub fn apply_jsonl(text: &str, ops: &[Op]) -> Result<(String, usize), String>
Apply every op to each non-blank line of a JSONL document.