If you work with a .NET backend that uses JSON.NET for serialization, you might encounter such weird things in the JSON result returned from a controller:

But what you actually want is the real object present there:

After reading this article, you will know how to achieve that ?