C# 解析json数组
案例一: string json = "[{"Groupid":"54","groupnum":"66000","groupname":"大唐移动","type":"0","dnsprefix":" ...
案例一: string json = "[{"Groupid":"54","groupnum":"66000","groupname":"大唐移动","type":"0","dnsprefix":" ...
List<PhoneApp> phoneAppList = new List<PhoneApp>(); //对象列表 object obj = Newtonsoft.Json ...