pub fn import_backup(file: &Path) -> Result<Vec<TypedScrape>, LegacyError>
Expand description
Import a backup-formatted JSON file, which is a JSON file of TypedScrape
object, separated by newlines.
pub fn import_backup(file: &Path) -> Result<Vec<TypedScrape>, LegacyError>
Import a backup-formatted JSON file, which is a JSON file of TypedScrape
object, separated by newlines.