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.

Procedure

Installs
2
GitHub Stars
3
First Seen
Jun 12, 2026
csv-to-json — danielrosehill/claude-data-wrangler-plugin