Tag Archives: JSON.NET
.Net 4.5/MVC/WebAPI RC and the missing JsonArray
Before the RC release of MVC4/WebAPI JsonArray and JsonObject lived in System.Runtime.Serialization. Once you upgrade your project these options disappear. The fix is pretty simple. In the latest RC release of MVC4/WebApi Microsoft switched the JSON handler to JSON.NET