Quantcast
Channel: JSON.NET – Siddharth Pandey
Browsing all 6 articles
Browse latest View live

How to return JSON result in Camel-case format from a ASP.NET MVC Controller?

I’m working on a AngularJS application where this client application is a part of ASP.NET MVC application. So, the angularjs web app talks to the controller which is already there to be consumed. All...

View Article



How to process JSON using C# and Newtonsoft.Json?

In this post, I’ll tell you how to process JSON using C# and Newtonsoft.Json with proper code. Newtonsoft.Json is a popular high-performance JSON framework for .NET and is also know by Json.NET. What...

View Article

How to solve self referencing loop issue when using Newtonsoft.Json?

I recently published a post that explains how to process JSON using C# and Newtonsoft.Json. Using Newtonsoft.Json framework is the best way to serialize and deserialize any .NET object. In this post,...

View Article

How to use Newtonsoft.Json for Dynamic and ExpandoObject objects?

In this post, I’ll explain you how to use Newtonsoft.Json for Dynamic and ExpandoObject objects. It can be useful for some cases. Please refer to my recent post, if you would like to learn about...

View Article

How to deserialize JSON object to different types using Newtonsoft.Json?

I’ve recently publish few posts that explains how to work with Newtonsoft.Json framework. Make sure you check them out if you would like to learn more. In this post, I’ll tell you how to deserialize...

View Article


How to use JsonSerializer in Newtonsoft.Json?

I’ve recently publish few posts that explains how to work with Newtonsoft.Json framework. Make sure you check them out if you would like to learn more. In this post, I’ll tell you how to use...

View Article
Browsing all 6 articles
Browse latest View live


Latest Images