Description:
Json.NET makes working with JSON formatted data in .NET simple. Quickly read and write JSON using LINQ to JSON or serialize your .NET objects with a single method call using the JsonSerializer.
-Flexible JSON serializer to convert .NET objects to JSON and back again
-LINQ to JSON for reading and writing JSON
-Writes indented, easy to read JSON
-Convert JSON to and from XML
-Supports Silverlight and the Compact Framework
简单翻译:
Json.Net相当于一个进行了封装后的工具包。
这个工具包能够在.net对象和json直接进行相互转化
还支持Linq to json的读写
json和xml相互转换
支持Silverlight等
下载地址:http://download.youkuaiyun.com/source/2835816
本文介绍了一个强大的工具包Json.NET,该工具包简化了.NET环境中JSON数据的处理过程。它不仅支持对象与JSON之间的灵活转换,还提供了LINQ to JSON功能以方便数据读写,并且能够实现JSON与XML之间的相互转换。此外,Json.NET还兼容多种平台,如Silverlight和Compact Framework。
2388

被折叠的 条评论
为什么被折叠?



