- Регистрация
 - 05.02.2018
 
- Сообщения
 - 1 093
 
- Благодарностей
 - 341
 
- Баллы
 - 83
 
			
				Код:
			
		
		
		var list = project.Lists["MyList"];
int counttag =  project.Json.items.Count;
for (int i = 0; i < counttag; i++)
{ 
stringList.Add(project.Json.items[i]authorDisplay.ToString;
   
}
	


