BibParser.parse_entryMethod
    parse_entry(entry::String; parser::Symbol = :BibTeX)

    Parse a string entry. Default to BibTeX format. No other options available yet (CSL-JSON coming soon).

    source
    BibParser.parse_fileMethod
    parse_file(path::String; parser::Symbol = :BibTeX)

    Parse a bibliography file. Default to BibTeX format. Other options available: CFF (CSL-JSON coming soon).

    source