5 ms·
> DataContractJsonSerializer has the most absurd way of serialising dictionaries into JSON. DataContractJsonSerializer is a hack that is built on top of an XML
by JamesNK 14y ago
> DataContractJsonSerializer has the most absurd way of serialising dictionaries into JSON.
DataContractJsonSerializer is a hack that is built on top of an XML parser.
For the people who are unfamiliar with .NET there is a comparison of Json.NET to Microsoft's two JSON serializers here:
http://json.codeplex.com/ http://json.codeplex.com/ <- Json.NET homepage