pub fn append_jsonl(path: &Path, row: &Value) -> Result<(), String>
Append one JSON object as one compact, sorted-key JSONL row, flushing to the OS immediately.