Documentation
¶
Overview ¶
Package jsonl provides streaming JSONL readers with optional line size limits.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrLineTooLong = errors.New("jsonl line exceeds max size")
ErrLineTooLong is returned when a JSONL line exceeds the configured max size.
Functions ¶
This section is empty.
Types ¶
type Line ¶
Line represents a single JSONL line read from a stream. Data excludes trailing newline characters. BytesRead includes any newline bytes consumed.
Click to show internal directories.
Click to hide internal directories.