Nested data handled
Flatten nested objects into dot-separated columns while preserving arrays as readable JSON.
Developer tools / Data conversion
Turn JSON objects into clean, spreadsheet-ready CSV with nested fields flattened automatically.
| id | name | active | profile.city | profile.role | skills |
|---|---|---|---|---|---|
| 101 | Ada | true | London | Engineer | ["JSON","APIs"] |
| 102 | Lin | false | Shanghai | Analyst | ["SQL","CSV"] |
Flatten nested objects into dot-separated columns while preserving arrays as readable JSON.
Values are escaped correctly and downloads include UTF-8 support for international text.
Conversion happens inside your browser, so sensitive data never reaches our servers.