How this tool computes its result
Converts between three formats using a common intermediate representation. JSON <-> CSV: parses CSV with quote and escape handling (quoted cells, ""-> " escape), treats first row as headers, maps remaining rows to objects keyed by headers. Converts JSON to CSV by flattening arrays of objects into rows and auto-detecting headers. JSON <-> JSONL: JSONL is one JSON object per line; conversion is trivial line-by-line parsing/stringification. Detects source format via select dropdown; target format chosen separately. Errors are caught and surfaced.
