If each line of your file.jsonl is a valid JSON object, run:
file.jsonl
jq -s '.' file.jsonl > output.json
-s
--slurp
jq