一句话新闻,轻巧快速的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);

相关文章:

  • 2022-12-23
  • 2021-04-14
  • 2021-10-21
  • 2021-11-30
  • 2021-07-29
  • 2022-12-23
  • 2021-06-28
猜你喜欢
  • 2021-11-13
  • 2021-10-26
  • 2021-10-01
  • 2021-11-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案