Hi All,
I need to read all the values from the attached JSON file. Currently I am able to read folder path & rename to from the JSON file using : "myJObject.Properties.Skip(3).Select(Function (x) x.Name & “-” & myJObject(x.Name)(“Rename to”).ToString).toArray "
I also want to get the Filetype and File Directory information in the same array. Could some one help me with this?
json.txt (5.0 KB)