Skip to main content

apply_jsonl

Function apply_jsonl 

Source
pub fn apply_jsonl(text: &str, ops: &[Op]) -> Result<(String, usize), String>
Expand description

Apply every op to each non-blank line of a JSONL document.