VCF to JSON
Export a vCard address book as structured JSON, with emails and phones as arrays.
10 / 10 free files today
Related tools
All Contacts tools →VCF to JSON works straight from this page — free, instant, nothing to install. It sits under Contacts in our catalogue, alongside CSV to VCF and Merge VCF files.
How to use it
- Open the tool — no signup or install needed.
- Enter your input or adjust the available options.
- Get your result instantly, then copy or download it.
Frequently asked questions
What is VCF to JSON?
Export a vCard address book as structured JSON, with emails and phones as arrays.
When would I actually use this?
Moving an address book between a phone, a mail client and a spreadsheet, merging exports from two devices that each hold half the contacts, and reading a .vcf someone sent without importing it first.
What is the most common mistake?
Splitting a structured field on its separator without honouring the escape. A vCard writes a name and an address as parts joined by semicolons — but a semicolon inside a value is escaped, so a company written "Dupont & Sons\; Ltd" is one part and naive splitting tears it in two. Long values fold onto continuation lines for the same reason.
How is VCF to JSON different from CSV to VCF?
They sit next to each other but answer different questions: CSV to VCF is the one to open when you need it to build a vCard file your phone can import from a spreadsheet of contacts. Pick whichever matches what you're starting from — both are free.
Is there a tool for the next step?
Merge VCF files is the closest one after this: Combine several vCard files into a single address book you can import once.
What else is worth having open alongside it?
VCF to CSV and VCF viewer — they come up in the same task often enough to be worth a second tab.
Where do the figures come from?
vCard files are read against the published specification, with line folding undone and escapes honoured before anything is split. The tools do not reconcile duplicates by guessing: merging keeps what both files agree on and shows you the rest rather than silently choosing.