You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow deserializing a single item into a List field, for JSON that only uses a list when there's more than one item for a given field (thanks petejohanson)
Extended NtlmAuthenticator so that it can also impersonate a user (thanks kleinron)
Added support for mapping JSON objects to Dictionary<string, string=""> (thanks petejohanson)
Added ability to set Host and Date when built for .NET 4.0 (thanks lukebakken)
Allow deserializing lists with null in them. Should resolve pull request (thanks petejohanson)
Add support for deserializing JSON to subclasses of List (thanks abaybuzskiy)
Bugs fixed
Fixed invalid OAuth1 signature for GET request (thanks trilobyte)
Added some missing OAuth files to the .NET4 and Silverlight projects (thanks PedroLamas)
Removed unused NewtonsoftJsonMonoTouch.dll and Newtonsoft.Json.MonoDroid.dll binaries (thanks attilah)
Fixed various issues with MonoTouch/Droid ports (thanks attilah)
Add ability to set Host and Date when built for .NET 4.0 (thanks lukebakken)
Fixed XmlDeserializer issue not handling lowercase + dash root elements in some cases
Fixed an issue where RestResponse.Request was not populated (thanks mattleibow)
Don't crash on captive networks that intercept SSL (thanks aroben)