How to convert arbitrary simple JSON to CSV using jq?
Using jq, how can arbitrary JSON encoding an array of shallow objects be converted to CSV? There are plenty of Q&As on this site that cover specific data models which hard-code the fields, but