轻巧快速的JSON工具--fastJSON

一句话新闻,轻巧快速的JSON工具,fastJSON,只有25k,使用简单,速度很快。性能测试在http://www.codeproject.com/Articles/159450/fastJSON

下载地址:http://fastjson.codeplex.com/

 

使用方法:

// to serialize an object to string
string jsonText = fastJSON.JSON.Instance.ToJSON(c);

// to deserialize a string to an object
var newobj = fastJSON.JSON.Instance.ToObject(jsonText);

Related Posts Plugin for WordPress, Blogger...