using System.Collections.Generic;
using Newtonsoft.Json.Linq ;
public static void Main()
JArray array = JArray.Parse(jsonObject["importData"].ToString());
foreach (JObject obj in array)
Console.WriteLine("The array contains an object with 'd1354865-f03d-46f6-90dc-a8c068835ef' for the 'Name' property");