Programming/C# (1) 썸네일형 리스트형 [C#-winform] Json 요청 과 Parsing 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 public class CLSList { public string TYPE { get; set; } public string NAME { get; set; } public string IMGURL { get; set; } public string ID { get; set; } public string SITEURL { get; set; } public string DATE { get; set; } }//제이슨을 요청해서 콘솔이나 메시지박스로 먼저 찍어 보시고,// 필요한 정보를 클래.. 이전 1 다음