扩展方法ToJSON() and ParseJSON()
AJAX编程经常需要Object<=>JSON之间转换,写了二个扩展方法: public static string ToJSON(this object obj) public static T ParseJSON(this string str)
下载地址
用户评论