加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

Json.NET,serialize all things

发布时间:2020-12-16 19:26:48 所属栏目:百科 来源:网络整理
导读:http://json.codeplex.com/ Json.NET Json.NET is a popular high-performance JSON framework for .NET Features Flexible JSON serializer for converting between .NET objects and JSON LINQ to JSON for manually reading and writing JSON High perfor

http://json.codeplex.com/

Json.NET

Json.NET is a popular high-performance JSON framework for .NET

Features

  • Flexible JSON serializer for converting between .NET objects and JSON
  • LINQ to JSON for manually reading and writing JSON
  • High performance,faster than .NET's built-in JSON serializers
  • Write indented,easy to read JSON
  • Convert JSON to and from XML
  • Supports .NET 2,.NET 3.5,.NET 4,Silverlight,Windows Phone and Windows 8 Metro.

The JSON serializer is a good choice when the JSON you are reading or writing maps closely to a .NET class.

LINQ to JSON is good for situations where you are only interested in getting values from JSON,you don't have a class to serialize or deserialize to,or the JSON is radically different from your class and you need to manually read and write from your objects.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读