try with newtonsoft jsonparser. If you can get your JSON as a string.. dynamic dynObj = JsonConvert.DeserializeObject(jsonString); string CSV = ""; foreach ...
確定! 回上一頁