JSONL to JSON conversion with jq
jq -s '.' input.jsonl > output.json
jq -c '.[]' input.json > output.jsonl
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus
In the middle of the desert you can say anything you want
jq -s '.' input.jsonl > output.json
jq -c '.[]' input.json > output.jsonl