VCF is a standard file format for electronic business cards. Each contact begins with BEGIN:VCARD and ends with END:VCARD . A standard VCF entry looks like this:
For educational purposes, here is a manual method. This is only feasible for 1-5 contacts. json to vcf converter
Your JSON might use firstName and lastName , while VCF expects N (Name). Ensure your converter maps these correctly. VCF is a standard file format for electronic business cards
import json import vcf