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 designed for AI agent workflows and developer tooling.

Features

  • Type inference — Automatically converts CSV values to appropriate JSON types (int, float, bool, null)
  • Nested key expansion — Dot-notation headers become nested JSON objects
  • Streaming support — Process large files record-by-record without loading into memory
  • Flexible input — File paths, raw strings, or stdin
  • CLI and library — Command-line tool or Python import
  • Zero dependencies — Python 3.10+ standard library only

Files

  • src/csv_converter.py — Full converter with CLI
  • README.md — Docs and usage examples