29
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
-Fixed deserializing byte arrays with type name information More... almost 15 years ago
-Changed time zone conversions to use new TimeZoneInfo instead of TimeZone More... almost 15 years ago
-Fix occasional error when converting non-long integer properties to XML -Fix boolean values sometimes being capitalized when converting to XML -Fix error when deserializing ConcurrentDictionary -Fix serializing some Uris -Change KeyValurPairConverter to not rely on the order of the key and value properties More... almost 15 years ago
-Update NuGet package version More... almost 15 years ago
-Clean up compiler warnings More... almost 15 years ago
-Documentation -Fixed potential casting error when writing JSON using a JsonReader More... almost 15 years ago
-Improve TypeNameHandling.Auto to skip adding an unneeded type name for collection interfaces More... almost 15 years ago
-Changed the assembly file names to all be Newtonsoft.Json.dll to fix NuGet referencing More... almost 15 years ago
-Changed JToken.Children to return an empty iterator rather than erroring More... almost 15 years ago
-Documentation -Fixed JObject loading JSON with comments -Fixed error when using a Specified property with no setter -Fixed transient constructor error on Windows Phone 7 -Fixed deserializing null values into nullable generic dictionaries More... almost 15 years ago
-Added ToObject to JToken for deserializing LINQ to JSON objects to a .NET object -Added support for Guid, TimeSpan and Uri to LINQ to JSON More... about 15 years ago
-Added support for deserializing IDictionary properties More... about 15 years ago
-Fixed DataTable and DataColumn names not being modified by CamelCasePropertyNamesContractResolver More... about 15 years ago
-Added support for reading byte arrays from JSON integer arrays More... about 15 years ago
-Added Culture to JsonTextReader to use when converting values from JSON text More... about 15 years ago
-Added Order to JsonPropertyAttribute to override the order of serialized JSON More... about 15 years ago
-Fixed deserializing to IEnumerable<T> properties More... about 15 years ago
-Added support for setting readonly fields when marked up with JsonPropertyAttribute More... about 15 years ago
-Changed $id and $ref properties to allow null More... about 15 years ago
-Added Populate and IgnoreAndPopulate options to DefaultValueHandling for automatically populating default values during deserialization More... about 15 years ago
-Added support for missing JSON errors to error handling More... about 15 years ago
-Updated documentation More... about 15 years ago
-Updated documentation More... about 15 years ago
-Added support for BindToName on SerializationBinder More... about 15 years ago
-Updated documentation More... about 15 years ago
-Added serialization constructors to all Exceptions -Added support for serialization event attributes on base classes -Changed WriteEndObject, WriteEndArray, WriteEndConstructor on JsonWriter to be virtual More... about 15 years ago
-Added support for deserializing to readonly collections and dictionaries on classes with non-default constructors More... about 15 years ago
-Remove ILMerge exe More... about 15 years ago
-Changed Newtonsoft.Json.Net20.dll to use LinqBridge source code rather than ilmerge to fix error More... about 15 years ago
-Change reading schema references to ignore additional content after the $ref property More... about 15 years ago