Search results for query: *

  • Users: WeyardWiz
  • Content: Threads
  • Order by date
  1. WeyardWiz

    Resolved How to get values from elements in JSON without indexing?

    I have the following code that extracts json elements values and outputs to csv: public static void Json_to_Csv(string jsonInputFile, string csvFile) { using (var p = new ChoJSONReader(jsonInputFile).WithJSONPath("$..readResults")) // "readResults": [ { using (var w = new...
Back
Top Bottom