Quantcast
Channel: Dynamics 365 Customer Engagement
Viewing all articles
Browse latest Browse all 286

Convert JSON to Object using C# Code

$
0
0
Hi Everyone, Many times we get a requirement to convert JSON string to C# Object and most of the times, we go with Newtonsoft Dll. In Dynamics 365 Plugins, we all know it is not recommended to use Newtonsoft as we have to use ILMerge to merge the dlls and deploy. Here is the easy way to convert JSON string to C# object without using external references. You have to add below references from .

Viewing all articles
Browse latest Browse all 286

Trending Articles