I know there's a DataContractJsonSerializer that comes now with the .net framework and is used by wcf ajax enabled services. However, I've noticed there's also a json.net project over at codeplex. I'm wondering if there are any advantages or features that are present in the codeplex project that are missing from the .net framework.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
json.net has next pros:
There are a lot of explanation how its reflects on WCF developing here. Also, regarding to http://banachowski.com/deprogramming/2010/08/json-net-vs-net-datacontractjsonserializer/ it has better performance, but this results can be argued. |
||||
|
|
|
Personally i have used DataContractSerializer and JavaScriptSerializer and i love them. However Json.Net is quite More Feature Rich and was available for a long time when .Net didn't had them |
|||||
|
DataContractJsonSerializer- far more "typical" output, IMO – Marc Gravell♦ Jan 28 '11 at 9:58