How to convert vCard to Contact JSON
Before you start
Paste vCard content or drop a matching file.
Accepted: .vcf · text/vcard- Paste valid vCard content, choose files, or drag them onto the drop zone.
- Confirm the detected format. Mixed-format batches are flagged before conversion.
- Select “Convert on this device.” Produces previewable Contact JSON text and a correctly named download.
How this converter behaves
The source records are parsed into a small, typed interchange model and serialized into the destination format with explicit fidelity limits.
What happens to your data?
The conversion engine runs in this browser tab. OmniCastConverter has no upload API and never sends your content, file name, or converted result to a server.
Fidelity and limitations
This route is classified as structural. The converter preserves meaning and structure supported by both formats.
- Core name, email, phone, and organization fields are preserved; photos, custom properties, and vendor extensions are omitted.
Try a valid example
The “Use example” action in the workbench loads this exact input. Produces previewable Contact JSON text and a correctly named download.
BEGIN:VCARD
VERSION:4.0
FN:Ada Lovelace
EMAIL:ada@example.com
TEL:+37060000000
ORG:Analytical Engines
END:VCARD