Miller converts formats through its input and output flags: --icsv reads comma-separated data and --ojson writes one JSON object per record. The cat verb passes records through unchanged, making this a clean CSV-to-JSON converter on the command line. Each CSV row becomes a flat JSON object with the header names as keys. Use --ojsonl for JSON Lines output instead.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.