Pars json file in ASP.NET C# – Telegram API
i have a .json file that i want to pars it and show items in page. i created 3 class called : bultan_details bultan_new bultan_tele and this codes for parsing it : using (StreamReader r = new StreamReader(filePath)) { var…