JSON.NET نسخه 7 منتشر شد
200, OK
https://github.com/JamesNK/Newtonsoft.Json/releases/tag/7.0.1 icon
The JSON serializer in Json.NET 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. 
JSON.NET نسخه 7 منتشر شد