Performance Test – JSON serializers
NOTE: For an updated set of benchmarks, see the Benchmarks page. For those of you who have worked with JSON data in .Net you should be familiar with the DataContractJsonSerializer class and the JavaScriptSerializer class already. Both allow you to serialize/deserialize an object to and from a piece of string in JSON format, though there …