7 min read
How to Convert JSON to CSV on the Command Line (jq, Miller, csvkit)
Convert JSON to CSV without writing a script — using jq, Miller (mlr), and csvkit from the terminal. Covers flat arrays, nested objects, NDJSON streams, and piping into other Unix tools.