JSON Formatter
Format and beautify JSON with clean indentation. Make complex data easy to read.
Turn an array of JSON objects into a spreadsheet-friendly CSV file.
A little input. A useful output.
Your input stays on your device. No uploads. No account. Just your result.
Paste a non-empty array of objects.
Convert the array.
Download the CSV and import it into your spreadsheet.
[{"name":"Ada","age":36},{"name":"Linus","age":54}]OUTPUT"name","age" "Ada","36" "Linus","54"
CSV stores tabular data as rows and columns. Headers are collected from every object, so missing fields become empty cells. Nested values are serialized as JSON in a cell.
The header includes keys from all rows. A missing key produces an empty quoted cell.
No. This tool processes your input in your browser. Your input and output are not included in analytics.
Useful tools that go well together.