eachJsonlObject
eachJsonlObject(
text):Iterable<unknown>
Defined in: src/jsonl.ts:3
Parse a JSONL blob, yielding each well-formed object. Blank and malformed lines are skipped — the same lenient contract Claude Code’s transcripts need.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Iterable<unknown>