VCF to JSON - Convert document online

(DOC, DOCX, RTF, TXT, ODT, XLS, XLSX, CSV, ODS, PPT, PPTX, ODP, HTML, XPS, etc.)
Conversion Results:
# Output File Source File Action

How to convert VCF to JSON:

1. Click the "Choose Files" button to select multiple files on your computer or click the "URL" button to choose an online file from URL, Google Drive or Dropbox.

2. Choose a target document format. The target document format can be PDF, DOC, DOCX, XLS, XLSX, PPT, PPTX, HTML, TXT, CSV, RTF, ODT, ODS, ODP, XPS or OXPS. A target format can only be converted from certain document formats. For example: It can convert DOC to DOCX, but it can't convert DOC to XLSX. When choosing a target format, it will list what source formats can be converted to the target format.

3. Click the "Convert Now!" button to start batch conversion. The output files will be listed in the "Conversion Results" section. Click icon to show file QR code or save file to cloud storage services such as Google Drive or Dropbox.

VCF vs JSON:
Name VCF JSON
Full name Electronic Business Cards JavaScript Object Notation
File extension .vcf, .vcard .json
MIME text/vcard application/json
Developed by Internet Mail Consortium json.org
Type of format Electronic business card Data interchange
Introduction vCard is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways, such as on the World Wide Web or instant messaging. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and audio clips. In computing, JavaScript Object Notation or JSON is an open-standard file format that uses human-readable text to transmit data objects consisting of attribute-value pairs and array data types (or any other serializable value).
Technical details All vCards begin with BEGIN:VCARD and end with END:VCARD. All vCards must contain the VERSION property, which specifies the vCard version. VERSION must come immediately after BEGIN, except in the vCard 2.1 standard, which allows it to be anywhere in the vCard. Otherwise, properties can be defined in any order. JSON is a very common data format used for asynchronous browser-server communication, including as a replacement for XML in some AJAX-style systems. JSON is a language-independent data format. It was derived from JavaScript, but as of 2017 many programming languages include code to generate and parse JSON-format data.
Associated programs Microsoft Office Outlook Many programming languages
Sample file sample.vcf sample.json
Wikipedia VCF on Wikipedia JSON on Wikipedia