问题
Can someone help me.
What's the difference between the built in JSON.NET DataContractJsonSerializer and the Newtonsoft JSON serializer?
Is it correct that I can use one or the other with Web API and why would I choose one?
回答1:
You can find the comparison of the performance here
(source: newtonking.com)
Here is the feature comparison,
http://james.newtonking.com/projects/json/help/index.html?topic=html/JsonNetVsDotNetSerializers.htm
来源:https://stackoverflow.com/questions/17334930/what-is-the-difference-between-json-net-datacontractjsonserializer-and-the-newto