{
  "id": "csv-json",
  "slug": "csv-to-json",
  "title": "CSV ↔ JSON Converter",
  "description": "Convert between CSV and JSON locally with custom delimiters and quoting — no upload, no limits.",
  "category": "converters",
  "tags": ["csv", "json", "convert", "spreadsheet", "data"],
  "icon": "table",
  "needsBackend": false,
  "relatedModules": ["json-validator", "xml-validator"],
  "seoIntro": "CSV is the lingua franca of spreadsheets and database exports; JSON is the standard for APIs and modern data interchange. Converting between them is a daily chore for analysts and developers.\n\nThis tool converts both directions entirely in your browser. Configurable delimiters, header detection and proper quoting are supported.",
  "seoFaq": [
    { "q": "Are my files uploaded?", "a": "No. The conversion runs locally — files never leave your device." },
    { "q": "Does it handle quotes and embedded commas?", "a": "Yes. The CSV parser implements RFC 4180 quoting rules including escaped quotes inside quoted fields." },
    { "q": "What's the size limit?", "a": "Limited only by your browser's available memory. Very large files (100+ MB) may freeze the tab — split them first." }
  ]
}
