Convert your JSON file or text to CSV format instantly.
When you receive JSON data and need to open it in Excel, Sheets or an analytics tool, CSV is the go-to format.
The tool takes an array of objects, computes the columns automatically (including nested objects with dots) and generates the CSV with quotes where needed. You can copy it or download it as UTF-8.
An array of objects: [{ "name": "Ana" }, { "name": "Luis" }]. If you pass a single object, it is treated as a one-row array.
They are flattened with dot notation: the key "address.city" becomes a column "address.city". Lists are added as JSON text inside the cell.
So Excel recognizes accents correctly when opening the file. When copying the content, however, the result is standard CSV without the byte order mark.
UUID Generator
Generate unique UUID v4 and v7 instantly. Copy one or many with a single click.
JSON Formatter
Format and validate your JSON instantly: indent, minify and colorize your code.
Base64 Encoder & Decoder
Encode and decode text to Base64 quickly and securely.
CSS Minifier & Formatter
Minify or pretty-print your CSS instantly. Free, no install required.