How can i convert CSV in JSON like I want
Hello I show you my problem's : I right that for convert my csv in Json. But the résult is not exactly what I Want . main.py import csv filename ="forcebrute.csv" # opening the file using "with" # statement with…