
Output: data.json Conversion 100.000 rows completed successfully in 0. Print(f"Conversion 100.000 rows completed successfully in seconds") JsonString = json.dumps(jsonArray, indent=4) With open(jsonFilePath, 'w', encoding='utf-8') as jsonf: #convert python jsonArray to JSON String and write to file #load csv file data using csv library's dictionary reader With open(csvFilePath, encoding='utf-8') as csvf:

Convert the Python List to JSON String using json.dumps().Add the dictionary to the Python List created in step 1.

