Supports nested structures and array export, processed locally in your browser, privacy protected
This tool quickly converts JSON data to CSV or TSV format, and also supports reverse conversion. All operations are performed locally in your browser, no data upload required, protecting your privacy.
Automatically flattens nested objects, supports multi-level fields.
Automatically expands JSON arrays into multiple rows, preserving field correspondence.
Switch between output formats with one click to meet different system import requirements.
No data upload required, privacy protected, fast response.
[{"name":"Zhang San","age":25,"city":"Beijing"},{"name":"Li Si","age":30,"city":"Shanghai"}]
name,age,city Zhang San,25,Beijing Li Si,30,Shanghai
| Format | Separator | Use Case |
|---|---|---|
| CSV | Comma | Excel, Databases |
| TSV | Tab | Logs, Unix Toolchain |
This tool is built entirely with native JavaScript, no backend required. It uses recursive parsing to handle nested objects and automatically flattens them into fields.