29
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 05, 2025 — Aug 05, 2026
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 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 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 More... over 16 years ago
-Added GetSchema, CanRead, CanWrite to JsonConverter -Fix CustomCreationConverter erroring when writing JSON More... over 16 years ago
-Add missing xml documentation -Add build tools -Add build scripts -Move doc directory More... over 16 years ago
-Move NUnit dlls More... over 16 years ago
-Change Silverlight test project output path More... over 16 years ago
-Strongly name NUnitLite.dll More... over 16 years ago
-Fixed various schema generation bugs -Renamed MemberHandler delegate to ObjectConstructor 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 More... over 16 years ago
-Change Type to always be written as AssemblyQualifiedName More... over 16 years ago
-Fix passed in JsonConverter not overriding internally specified JsonConverter More... over 16 years ago
-Added ReadRootValueAsArray, DateTimeKindHandling properties to BsonReader -Included BSON is .NET 2.0, Silverlight and Compact Framework builds 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 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 More... over 16 years ago
-Add support for reading octal and hexadecimal numbers from JSON -Fix serializing indexed properties -Fix serializing JRaw properties 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 More... over 16 years ago
-Performance 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 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! More... over 16 years ago
-Fixed JTokenWriter not writing comments -Fixed BsonWriter not erroring when writing non-BSON compatible content More... over 16 years ago
-Improve BsonReader string performance More... over 16 years ago
-Fixed ToString culture inconsistence when serializing dictionary key -Documentation More... over 16 years ago
-Upgraded Sandcastle Help File Builder project file to 1.8 -Documentation More... over 16 years ago
-XML documentation -Fixed culture warnings More... over 16 years ago
-Additional BSON work and tests 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 More... over 16 years ago
-Possible fix for compact framework issue - http://json.codeplex.com/Thread/View.aspx?ThreadId=76355 More... over 16 years ago
-Added DBNull support to JValue More... almost 17 years ago
-Fixed unclosed object when including type name with array More... almost 17 years ago