Tag Archives: JSON Dynamics CRM Plugin

Working with JSON objects in Dynamics CRM Plugins

While working with Dynamics CRM plugin, we encountered a scenario where we were calling a Web API, which returns data in JSON format. Normally .NET framework provides many methods to use JSON in C# code, many third party solutions such as Newtonsoft.Json library are available. Mostly we use JavaScriptSerializer to read JSON data. However, when we register… Read More »