archivebox.parsers.generic_json

Module Contents

Functions

jsonObjectToLink

parse_generic_json_export

Parse JSON-format bookmarks export files (produced by pinboard.in/export/, or wallabag)

Data

__package__

KEY

NAME

PARSER

API

archivebox.parsers.generic_json.__package__

‘archivebox.parsers’

archivebox.parsers.generic_json.parse_generic_json_export(json_file: IO[str], **_kwargs) Iterable[archivebox.index.schema.Link]

Parse JSON-format bookmarks export files (produced by pinboard.in/export/, or wallabag)

archivebox.parsers.generic_json.KEY

‘json’

archivebox.parsers.generic_json.NAME

‘Generic JSON’

archivebox.parsers.generic_json.PARSER

None