Skip to main content

append_jsonl

Function append_jsonl 

Source
pub fn append_jsonl(path: &Path, row: &Value) -> Result<(), String>
Expand description

Append one JSON object as one compact, sorted-key JSONL row, flushing to the OS immediately.