texts.tools
HomeAboutPrivacy policy
English
EnglishDeutsch日本語FrançaisEspañol한국어Português繁體中文简体中文العربيةРусскийTürkçeBahasa IndonesiaTiếng Việtไทยहिन्दीΕλληνικάবাংলা
Data

JSON → CSV

Turn JSON arrays into spreadsheet-ready CSV.

Options
Input
0 characters0 lines
Result
0 characters
Data

How it works: JSON → CSV

Flatten a JSON object or an array of flat objects into rows and columns that can be opened in Excel or Google Sheets.

How it works

  1. Input. Paste your content or drop a supported file.
  2. Options. Adjust the options for the result you need.
  3. Process. Run the tool, then copy or download the result.

InputResult

Input
[{"id":1,"code":"BR"},{"id":2,"code":"PT"}]
Result
id,code
1,BR
2,PT

Common uses

  • Review API results in a spreadsheet
  • Export records for nontechnical colleagues
  • Create a quick CSV download from JSON