Json.net

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.csdn.net/source/2835816

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章