Skip to main content

to_jsonl

Function to_jsonl 

Source
pub fn to_jsonl(records: &[TurnRecord]) -> Result<String>
Expand description

Serialize records as JSONL — the same shape every other append-log in this crate uses.