Skip to content

vCard to JSON - Contact File Converter

Convert vCard (.vcf) contact files to structured JSON format.

Input

text
loading editor…

Paste your vCard here...
or drop a file anywhere in this pane

Output

json

Converted JSON will appear here...
press to convert to json

What Is vCard to JSON?

vCard (Virtual Contact File, .vcf) is a worldwide standard file format for electronic business cards, used by virtually all email clients, address books, and mobile operating systems. Converting vCard to JSON transforms contact data like names, phone numbers, emails, and addresses into structured, machine-readable JSON objects.

This is used for:

  • Contact Management: Parsing vCard exports from Apple Contacts, Google Contacts, or Outlook into JSON for programmatic processing or database storage.
  • Data Migration: Converting bulk vCard files into JSON for importing into CRM systems, marketing platforms, or custom contact databases.
  • API Integration: Normalizing contact data from various vCard sources into a consistent JSON format for REST API consumption.

How to Use vCard to JSON Online

  1. Paste your vCard data: Copy the entire vCard content starting with BEGIN:VCARD and ending with END:VCARD, including all property fields.
  2. Click Convert: Press the Convert to JSON button to parse the vCard structure and extract all fields into a structured JSON object.
  3. Copy or download: Copy the JSON output or download it for integration with your application or database.

Frequently Asked Questions

What vCard versions are supported?

This tool supports vCard versions 2.1, 3.0, and 4.0. It handles standard properties like FN (formatted name), N (name components), TEL (phone), EMAIL, ADR (address), ORG (organization), and more.

Is this tool safe?

Yes. All processing happens 100% client-side in your browser. Nothing is uploaded to any server.

Is this tool free?

Yes, completely free with no usage limits or registration required.

Real-World Examples

Businesses migrating from one CRM to another often export contacts as vCard files from systems like Google Workspace or Microsoft 365. Using this converter, teams can transform those vCard exports into JSON, then use custom scripts to map the data into their new CRM's API format or import into a database.

Related Tools

  • JSON to vCard — Reverse conversion from JSON contact data to vCard format
  • iCal to JSON — Convert iCalendar event files to JSON
  • CSV to JSON — Convert CSV spreadsheet data to JSON