widgets

CSV to JSON Converter

calculators.im ↗
info Paste CSV to convert to JSON
0 rows 0 cols 0 B

lightbulb Tips

  • RFC 4180: quote fields containing , " or newline
  • Escape embedded quotes by doubling: "" represents one "
  • First row = headers (object keys) by default
  • Type inference: 42 → number, true/false → bool, empty → null
  • Quote ZIP codes ("01234") to keep them as strings