29
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Aug 18, 2025 — Aug 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
-Added Count to JContainer -Minor fixes and improvements More... about 15 years ago
-Rewrote LINQ to JSON internals to use lists and dictionaries rather than a linked list -Moved JPropertyDescriptor to Newtonsoft.Json.Linq namespace More... about 15 years ago
-Rewrote LINQ to JSON internals to use lists and dictionaries rather than a linked list -Moved JPropertyDescriptor to Newtonsoft.Json.Linq namespace More... about 15 years ago
-Fixed serializing objects with DataContract and DataMember attributes on base classes -JsonObject and JsonProperty attributes can now be placed on an interface and used when serializing implementing objects More... about 15 years ago
-Fixed BsonWriter failing silently when writing values outside of an Object or Array -Fixed serializer attempting to use dynamic code generation in partial trust More... about 15 years ago
-Added Serializable attribute to exceptions -Fixed deserializing null values into DataTables -Fixed error when deserializing readonly IEnumerable<T> array properties -Fixed not including type name for byte[] values More... over 15 years ago
-Herp derp More... over 15 years ago
-Fixed converting emtpy XML elements with an array attribute not writing other attributes More... over 15 years ago
-Improved support for deserializing objects using non-default constructors -JsonConverterAttribute now allowed on constructor parameters -JsonPropertyAttribute now allowed on constructor parameters More... over 15 years ago
-Demo -Changed build script to support NuGet profiles More... over 15 years ago
-Fixed objects created with paramatized constructors to not set properties that aren't in JSON More... over 15 years ago
-Updated build process to embed the build number as assembly version More... over 15 years ago
-Updated NuGet.exe to 1.2 -Changed NuGet spec file to include client profiles More... over 15 years ago
-Fixed DefaultValueHandling including a property when the default value is the same value but a different type More... over 15 years ago
-Added add/subtract/multiply/divide to dynamic JValue More... over 15 years ago
-Fixed comments in JSON sometimes causing errors when deserializing More... over 15 years ago
-Added EnumMemberAttribute support to StringEnumConverter More... over 15 years ago
-Fixed error when reflecting over type that has multiple index properties inherited -Added ExpandoObjectConverter that deserializes to primitive values rather than LINQ to JSON objects for ExpandObjects More... over 15 years ago
-Changed BsonReader/BsonWriter to close the underlying stream by default when closed -Added CloseInput/CloseOutput to JsonReader/JsonWriter to control whether the underlying stream is closed. Default to true More... over 15 years ago
-Fixed error when reusing JsonSerializer with preserve references enabled More... over 15 years ago
-CamelCasePropertyNamesContractResolver now updates dictionary and dynamic property names More... over 15 years ago
-Added additional ToString overloads to JValue -Fixed poor error message when dynamic type cannot be created during deserialization -Fixed error when setting a null value on a dynamic type during deserialization -Fixed JsonTextReader.ReadAsDecimal not attempting to convert string values to decimal More... over 15 years ago
-Fixed duplicate type name within an assembly error More... over 15 years ago
-Fixed deserializing a DataTable property More... over 15 years ago
-Added Equals, NotEquals, GreaterThan, GreaterThanEquals, LesserThan, LesserThanEquals support to dynamic JValue -Added IComparable to JValue More... over 15 years ago
-Added JsonConstructorAttribute to explicitly define which constructor to use during deserialization -Added IFormattable to JValue -Changed JValue ToString to call ToString on the internal value -Fixed code emit error when deserializing interfaces in certain situations More... over 15 years ago
-Updated nuspec file More... over 15 years ago
-Updated nuspec file for 4.0 -Added Load and Parse helper methods to JToken -Fixed performance issues when deserializing with partial type names -Fixed deserializing certain decimal values on classes with non-default constructors More... over 15 years ago
-Updated readme More... over 15 years ago
-Disable Code Analysis in .NET 3.5 release build More... over 15 years ago