JSON to CSV

Convert JSON to CSV online for free

1: Choose multiple local JSON files or enter the URL of an online JSON file. 2: Choose "CSV" as target format and set options. 3: Click the "START CONVERSION" button to convert JSON files to CSV online.

Choose files or enter remote file URL

Set conversion options (optional)

# FILE NAME FILE SIZE DOWNLOAD

JSON

JavaScript Object Notation

File extension: .json

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).

CSV

Comma-Separated Values

File extension: .csv

In computing, a comma-separated values (CSV) file stores tabular data (numbers and text) in plain text. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. The use of the comma as a field separator is the source of the name for this file format.