zero.io.extend_jsonl¶ zero.io.extend_jsonl(records, path, **kwargs)[source]¶ Extend existing JSONL-file with new JSON-records. Parameters records (Iterable[JSON]) – the JSON-compatible records path (PathLike) – path to the file. If the file doesn’t exist, it will be created, otherwise, overwritten. kwargs – arguments for json.dump Return type None