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

KEY

NAME

PARSER

API

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

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

archivebox.parsers.generic_json.KEY[source]

‘json’

archivebox.parsers.generic_json.NAME[source]

‘Generic JSON’

archivebox.parsers.generic_json.PARSER[source]

None