csv-to-json
Installation
SKILL.md
CSV ↔ JSON Conversions
Bidirectional conversion between CSV and JSON/JSONL.
Supported directions
- CSV → JSON array — single file containing a JSON array of objects.
- CSV → JSONL — one JSON object per line (streaming-friendly).
- JSON → CSV — flatten JSON array of objects to CSV.
- JSONL → CSV — streaming line-by-line conversion.