Save taxa save_taxa save_taxa(taxa: BaseModel, path: Path) -> None Save taxon list to JSON file. Parameters: Name Type Description Default taxa BaseModel Taxon list to save required path Path Path where to save the JSON file required