archivebox.parsers.generic_jsonl

Module Contents

Functions

parse_line

parse_generic_jsonl_export

Parse JSONL format bookmarks export files

Data

KEY

NAME

PARSER

API

archivebox.parsers.generic_jsonl.parse_line(line: str)[source]
archivebox.parsers.generic_jsonl.parse_generic_jsonl_export(json_file: IO[str], **_kwargs) Iterable[archivebox.index.schema.Link][source]

Parse JSONL format bookmarks export files

archivebox.parsers.generic_jsonl.KEY[source]

‘jsonl’

archivebox.parsers.generic_jsonl.NAME[source]

‘Generic JSONL’

archivebox.parsers.generic_jsonl.PARSER[source]

None