[ACCEPTED]-Work with JSON in C# Winforms Application-json
Accepted answer
There are many JSON libraries out there. Here 9 are three suggestions that you could look 8 into:
Json.NET, a fairly popular library for JSON 7 (de-)serialization.
ServiceStack's JsonSerializer, according to a comparison in this ServiceStack blog currently 6 the fastest JSON (de-)serializer.
I believe 5 the .NET 4 Framework might also have JSON 4 serialization (in the
System.Runtime.Serialization.Json
namespace from theSystem.Runtime.Serialization.dll
assembly; the 3 namespace seems to have been available in 2 .NET 3.5, but in a different assembly), but 1 I've never looked at it closely.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.