Code Issues Releases

Releases

v1.0.0 — Initial Release

v1.0.0 · August 26, 2026

main

csv-to-json v1.0.0

A lightweight, zero-dependency CSV-to-JSON converter for AI agents and developer workflows.

Features

  • Type inference — auto-converts numeric, boolean, and null values
  • Nested key expansion — dot-notation headers become nested JSON objects
  • Streaming — process large files without loading into memory
  • CLI + library — use from the command line or import as a module
  • Zero dependencies — Python 3.10+ standard library only

Usage

python src/csv_converter.py data.csv -o output.json

See README for full documentation.