archivebox.parsers.generic_json
Module Contents
Functions
Parse JSON-format bookmarks export files (produced by pinboard.in/export/, or wallabag) |
Data
API
- archivebox.parsers.generic_json.__package__
‘archivebox.parsers’
- archivebox.parsers.generic_json.jsonObjectToLink(link: str, source: str)
- 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