Releases
v1.0.0 — Initial Release
v1.0.0
·
August 29, 2026
main
csv-to-json v1.0.0
A lightweight, zero-dependency CSV-to-JSON converter built for AI agent workflows and developer tooling.
Features
- Type inference — automatically converts numeric, boolean, and null values from CSV strings
- Nested key expansion — dot-notation headers (e.g.
user.name) become nested JSON objects - Streaming support — process large CSV files record-by-record without loading into memory
- Flexible input — accepts file paths, raw CSV strings, or stdin
- CLI and library — use from the command line or import as a Python module
Usage
python src/csv_converter.py data.csv -o output.json
Requirements
- Python 3.10+
- No external packages
GIMHub