Convert CSVJSON format (line-based JSON arrays) to standard JSON.
// JSON output will appear here
CSVJSON is a line-based format where each line contains a JSON array without surrounding brackets. It's commonly used for streaming data and log files. Our converter transforms this format into standard JSON arrays or objects.