openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Json.NET
Settings
|
Report Duplicate
29
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 21 hours
ago. based on code collected
1 day
ago.
Aug 18, 2025 — Aug 18, 2026
Showing page 57 of 64
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
-Added Count to JContainer -Minor fixes and improvements
JamesNK
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
JamesNK
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
JamesNK
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
JamesNK
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
JamesNK
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
JamesNK
More...
over 15 years ago
-Herp derp
JamesNK
More...
over 15 years ago
-Fixed converting emtpy XML elements with an array attribute not writing other attributes
JamesNK
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
JamesNK
More...
over 15 years ago
-Demo -Changed build script to support NuGet profiles
JamesNK
More...
over 15 years ago
-Fixed objects created with paramatized constructors to not set properties that aren't in JSON
JamesNK
More...
over 15 years ago
-Updated build process to embed the build number as assembly version
JamesNK
More...
over 15 years ago
-Updated NuGet.exe to 1.2 -Changed NuGet spec file to include client profiles
JamesNK
More...
over 15 years ago
-Fixed DefaultValueHandling including a property when the default value is the same value but a different type
JamesNK
More...
over 15 years ago
-Added add/subtract/multiply/divide to dynamic JValue
JamesNK
More...
over 15 years ago
-Fixed comments in JSON sometimes causing errors when deserializing
JamesNK
More...
over 15 years ago
-Added EnumMemberAttribute support to StringEnumConverter
JamesNK
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
JamesNK
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
JamesNK
More...
over 15 years ago
-Fixed error when reusing JsonSerializer with preserve references enabled
JamesNK
More...
over 15 years ago
-CamelCasePropertyNamesContractResolver now updates dictionary and dynamic property names
JamesNK
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
JamesNK
More...
over 15 years ago
-Fixed duplicate type name within an assembly error
JamesNK
More...
over 15 years ago
-Fixed deserializing a DataTable property
JamesNK
More...
over 15 years ago
-Added Equals, NotEquals, GreaterThan, GreaterThanEquals, LesserThan, LesserThanEquals support to dynamic JValue -Added IComparable to JValue
JamesNK
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
JamesNK
More...
over 15 years ago
-Updated nuspec file
JamesNK
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
JamesNK
More...
over 15 years ago
-Updated readme
JamesNK
More...
over 15 years ago
-Disable Code Analysis in .NET 3.5 release build
JamesNK
More...
over 15 years ago
←
1
2
…
53
54
55
56
57
58
59
60
61
62
63
64
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree