Search code examples
c#asp.netjsonasp.net-mvcsystem.json

System.Json depreacted. What is the alternative?


I'm trying to implement a JSON api for my mobile application. Altough many of samples use System.Json, it is deperecated now. What is its current replacment in .NET?


Solution

  • The most used library is Json.net

    http://www.newtonsoft.com/json