JSONL is sensitive to new lines. So you would have...
# community-help
j
JSONL is sensitive to new lines. So you would have to have exactly one JSON object per line, instead of splitting the JSON over multiple lines like you have
1