W

JSON to CSV

Convert JSON arrays to CSV with flattened nested objects.

All processing happens locally in your browser. Never paste production secrets.

Input
Loading editor...
Output
Loading editor...

How to use

Paste JSON array or object data.

Nested objects are flattened using dot notation.

Copy or download the CSV output.

Examples

Array of objects

[{"id":1,"user":{"name":"Ada"}}]
id,user.name
1,Ada

Frequently asked questions

Is my data sent to a server?

No. Wraplet tools run entirely in your browser. Your input never leaves your device.

Related tools