JArray bu direkt olarak regex ile veya Newtonsoft.JSON ile çevirebilirsin. C# colecctions ile okumak istersen veriyi şu şekilde harmanlaman gerekebilir.

List<Dictionary<string,strign>> Files = new List<Dictionary<string,strign>>();

Dictionary<string,string> FileInfo = Dictionary<string,string>();

FileInfo.Add("title","Herhangi bir dosya");
FileInfo.Add("file","Herhangi bir dosya konumu");
FileInfo.Add("id","Herhangi bir id");

Files.Add(FileInfo);
Bkz: https://www.newtonsoft.com/json/help...eJsonArray.htm , https://www.newtonsoft.com/json/help...JsonObject.htm , https://stackoverflow.com/questions/...rate-over-them