csharp to json online

Code Example - csharp to json online

                
                        string response = "{\"Type\" : {\"isExactMatch\": \"true\"},\"Value\":{ \"jobtitle\": \"jobtitle\"}}";
                    
                
 

object to json csharp

                        
                                using Newtonsoft.Json;

var jsonString = JsonConvert.SerializeObject(obj);
                            
                        
 

json code to csharp code

                        
                                //If you are using Visual Studio IDE
Step 1 : Copy the JSON body Make sure that the JSON string is well formatted.

Step 2 : Go to Edit=>Paste Special=>Paste JSON As Classes