Json.NET 1.0.1 released

Changes in this version:

  • Bug Fix - JsonSerializer no longer errors when deserializing certain .NET objects.
  • Change - The JsonWriter QuoteChar property now defaults to double quotes and QuoteName is now true. This has been done to make the JSON output follow the json.org specification.
  • New Feature - JsonSerializer will attempt to use a classes TypeConverter to convert the JSON value to a members if the two do not match.

The new 1.0.1 version can been found on the download page.

Thank you to the people who have tried out Json.NET and given feedback.