Efficient JSON with Json.NET(james.newtonking.com)
submitted by
JamesNK(3020) 2 years, 7 months ago
One of the common problems encountered when serializing .NET objects to JSON is that the JSON ends up containing a lot of unwanted properties and values. This can be especially important when returning JSON to the client. More JSON means more bandwidth and a slower website.
To solve the issue of unwanted JSON Json.NET has a range of built in options to fine tune what gets written from a serialized object.
|category: C#
|Views: 27
tags:
C# another
Everyones tags:
Your Tags: