from_jsonl

from_jsonl(path: str | Path, *, show_progress: bool = False, stream: Literal[False] = False) list[Mapping][source]
from_jsonl(path: str | Path, *, show_progress: bool = False, stream: Literal[True] = True) Iterable[Mapping]

Read a list of Mapping objects from a JSONL file.