- Joined
- Feb 5, 2018
- Messages
- 1,095
- Reaction score
- 341
- Points
- 83
Code:
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;
}



