https://www.mauriciojunior.net The library that helps you to convert any CSV file to a JSON string. You need to pass the path file and all the rest the library will do for you. You are going to receive the big string in JSON format. Code example: var main = new Main(); var result = ((IMain)main).ConvertCsvFileToJsonObject("C:/test.csv");
$ dotnet add package ConvertCsvToJsonNo README available.