JSON-总结
摘要:[心得] JSON扫盲帖+JSON类教程http://bbs.9ria.com/thread-1657-1-1.htmlParse JSON in C#http://stackoverflow.com/questions/1212344/parse-json-in-c-sharp我的JsonHelper:public static class JSONHelper { public static T Deserialise<T>(this string setting) where T : class { DataContractJson...
阅读全文
posted @
2012-12-06 10:21
higirle
阅读(547)
推荐(0)