Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-10-Incremented version to 4.0.8JamesNK
-Added VersionConverter -Fixed converting XML to JSON with a default namespace -Changed Silverlight/Windows Phone assemblies to not be signed
2011-10-01-Changed the assembly file names to all be Newtonsoft.Json.dll to fix NuGet ↵JamesNK
referencing
2011-05-02-Improved support for deserializing objects using non-default constructorsJamesNK
-JsonConverterAttribute now allowed on constructor parameters -JsonPropertyAttribute now allowed on constructor parameters
2011-03-26-Fixed error when reflecting over type that has multiple index properties ↵JamesNK
inherited -Added ExpandoObjectConverter that deserializes to primitive values rather than LINQ to JSON objects for ExpandObjects
2010-11-25-Make .NET 4.0 dynamic actually work (oops)JamesNK
-Added JValue dynamic value conversion
2010-10-12-Added NuPack to build processJamesNK
-Fixed deserializing structs when reusing existing values -Renamed Windows Phone 7 dll to Newtonsoft.Json.WindowsPhone.dll
2010-09-11-Added .NET 3.5 buildJamesNK
-Added dynamic support to LINQ to JSON -Added dynamic support to serializer