serhii.net

In the middle of the desert you can say anything you want

18 Feb 2024

JSONL to JSON conversion with jq

jq: JSONL ↔︎ JSON conversion:

jq -s '.' input.jsonl > output.json
jq -c '.[]' input.json > output.jsonl
Nel mezzo del deserto posso dire tutto quello che voglio.