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
1 day
ago. based on code collected
1 day
ago.
Aug 05, 2025 — Aug 05, 2026
Showing page 60 of 64
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
-When converting JSON to XML using XmlNodeConverter, changed special JSON properties ($id, $ref, $type) to be attributes rather than child elements
JamesNK
More...
over 16 years ago
-Add LINQ to XML object support to XmlNodeConverter -Add SerializeXNode, DeserializeXNode methods to JsonConvert -Remove "-" prefix when serializing a JSON constructor, prefix not compatible with XML naming standard
JamesNK
More...
over 16 years ago
-Fixed JsonProperty.Readable and Writable not being correctly set for .NET properties with modified getter/setter visibility -Fixed error caused by property properties on a base class when reflecting a type -Fixed property CanRead and CanWrite coming back as false when a base class property has a private getter/setter visibility
JamesNK
More...
over 16 years ago
-Added GetSchema, CanRead, CanWrite to JsonConverter -Fix CustomCreationConverter erroring when writing JSON
JamesNK
More...
over 16 years ago
-Add missing xml documentation -Add build tools -Add build scripts -Move doc directory
JamesNK
More...
over 16 years ago
-Move NUnit dlls
JamesNK
More...
over 16 years ago
-Change Silverlight test project output path
JamesNK
More...
over 16 years ago
-Strongly name NUnitLite.dll
JamesNK
More...
over 16 years ago
-Fixed various schema generation bugs -Renamed MemberHandler delegate to ObjectConstructor
JamesNK
More...
over 16 years ago
-Improved deserialization performance -Added ISerializable support -Changed dictionary serialization to fall back to ToString for keys -Changed schema generator to use JsonContracts to determine schema information -Fixed schema validation bugs when schema has no properties -Fixed not marking dictionary and array schemas as nullable -Fixed serializing generic dictionary that doesn't implement IDictionary
JamesNK
More...
over 16 years ago
-Change Type to always be written as AssemblyQualifiedName
JamesNK
More...
over 16 years ago
-Fix passed in JsonConverter not overriding internally specified JsonConverter
JamesNK
More...
over 16 years ago
-Added ReadRootValueAsArray, DateTimeKindHandling properties to BsonReader -Included BSON is .NET 2.0, Silverlight and Compact Framework builds
JamesNK
More...
over 16 years ago
-Implemented INotifyCollectionChanged on JContainer in Silverlight -Added StreamingContext to JsonSerializer -Added CreateMemberValueProvider method to DefaultContractResolver -Fixed not falling back the original class from the metadata class when attribute not found
JamesNK
More...
over 16 years ago
-Fix deserializing empty BSON structures -Fix error message when attempting to deserialize custom dictionary with no default constructor -Fix serializing private base members marked with JsonProperty attribute -Fix performance issue when deserializing to object member
JamesNK
More...
over 16 years ago
-Add support for reading octal and hexadecimal numbers from JSON -Fix serializing indexed properties -Fix serializing JRaw properties
JamesNK
More...
over 16 years ago
-JsonTextReader, BsonReader performance -Fix dictionary key encoding when serializing -Fix WrappedDictionary being set to a property when deserializing -Fix Silverlight serialization security error
JamesNK
More...
over 16 years ago
-Performance
JamesNK
More...
over 16 years ago
-Added JsonPrimitiveContract and JsonLinqContract -Removed JsonRaw and replaced with JRaw -Fixed properties on existing derived values not being populated during deserialization
JamesNK
More...
over 16 years ago
-Added DateTimeConverterBase -Changed class converter to be resolved from contract -Changed built in converters to be resolved once when the contract is created. Big performance gain!
JamesNK
More...
over 16 years ago
-Fixed JTokenWriter not writing comments -Fixed BsonWriter not erroring when writing non-BSON compatible content
JamesNK
More...
over 16 years ago
-Improve BsonReader string performance
JamesNK
More...
over 16 years ago
-Fixed ToString culture inconsistence when serializing dictionary key -Documentation
JamesNK
More...
over 16 years ago
-Upgraded Sandcastle Help File Builder project file to 1.8 -Documentation
JamesNK
More...
over 16 years ago
-XML documentation -Fixed culture warnings
JamesNK
More...
over 16 years ago
-Additional BSON work and tests
JamesNK
More...
over 16 years ago
-Added reading and writing binary JSON (BSON) support - work in progress -Added BsonReader, BsonWriter -Added support for reading and writing byte arrays to JsonReader, JsonWriter and LINQ to JSON classes -Added ReadAsBytes to JsonReader -Changed Silverlight build serializer to look for a TypeConverter -Changed .NET build to not rely on System.ComponentModel.DataAnnotations assembly to support .NET 4.0 client profile -Remove DateTimeOffset stand-in from Compact Framework build -Fixed .NET 2.0 build to run on environments without .NET 2.0 SP1 -Fixed deserialization to always use a new value created from a JsonConverter -Fixed XmlNodeConverter to support converting comments in JSON
JamesNK
More...
over 16 years ago
-Possible fix for compact framework issue - http://json.codeplex.com/Thread/View.aspx?ThreadId=76355
JamesNK
More...
over 16 years ago
-Added DBNull support to JValue
JamesNK
More...
almost 17 years ago
-Fixed unclosed object when including type name with array
JamesNK
More...
almost 17 years ago
←
1
2
…
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