CSV to JSON Converter

Convert CSV data from a URL into structured JSON
Fetches a CSV file from a given URL, converts and returns as a JSON file.
This function retrieves a CSV file from a provided URL, parses its contents, and returns the data as a JSON file. Each row in the CSV corresponds to a JSON object with column headers as keys.