jq: JSONL ↔︎ JSON conversion JSONL → JSON jq -s '.' input.jsonl > output.json JSON → JSONL jq -c '.[]' input.json > output.jsonl
what's jq and can i install it with
pip install jq
?