TIL about https://jsonlines.org/ , a newline-delimited JSON format that _jq_ understands as input. Looks much better than CSV for when you need a line-oriented structured text format.
#json #jq #jsonl
JSON Lines

@bdelacretaz I also came across #NDJSON https://github.com/ndjson/ndjson-spec which seems like the same thing, developed independently
GitHub - ndjson/ndjson-spec: Specification

Specification. Contribute to ndjson/ndjson-spec development by creating an account on GitHub.

GitHub