0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
gitignore/ More... over 13 years ago
-Fixed error when deserializing nullable structs -Fixed writing JSON Schema option label -Improved error message when converting JSON with an empty property to XML More... over 13 years ago
-Added covariance to IJEnumerable type parameter -Fixed inaccessible private getter/setters on base classes More... over 13 years ago
-Added NuPack to build process -Fixed deserializing structs when reusing existing values -Renamed Windows Phone 7 dll to Newtonsoft.Json.WindowsPhone.dll More... over 13 years ago
-Fixed test error when tests run in UTC timezone -Fixed globalization warnings -Fixed SelectToken skipping last property name if it is a single character More... over 13 years ago
-Fixed test when tests run in UTC timezone More... over 13 years ago
-Added DeserializeObject overload More... over 13 years ago
-Added Windows Phone 7 build More... over 13 years ago
-Added JsonReader.ReadAsDecimal -Fixed losing decimal precision when deserializing decimals More... over 13 years ago
-Added JsonReader.ReadAsDateTimeOffset -Fixed losing timezone information when deserializing DateTimeOffsets More... over 13 years ago
-Added INotifyCollectionChanged to JContainer in .NET 4.0 build -Changed .NET 3.5 and .NET 4.0 builds to target client frameworks -Fixed JSON Schema not raising an error for additional properties when the schema has no properties More... over 13 years ago
-Added .NET 3.5 build -Added dynamic support to LINQ to JSON -Added dynamic support to serializer More... over 13 years ago
-Updated source code to VS2010 -Updated main project to .NET 4.0 -Updated to psake 4.0 -Changed assembly version to 4.0.0.0 -Added ICustomTypeDescriptor implementation to JObject, removed JTypeDescriptionProvider and JTypeDescriptor -Changed serialization of collections to use iterator rather than indexer -Removed Compact Framework project -Fixed XML documentation warnings More... over 13 years ago
-Updated NUnit to 2.5.7 More... over 13 years ago
-Delete old NUnit More... over 13 years ago
-Demos More... over 13 years ago
-Added SerializeCompilerGeneratedMembers to DefaultContractResolver to control serializing compiler generated fields More... over 13 years ago
-Update Sandcastle version to latest More... over 13 years ago
-Fix JTokenReader.ReadAsBytes and null values -Fix JsonProperty inheritance on overriden properties More... over 13 years ago
Checked in by server upgrade More... over 13 years ago
-Fix using simple type names on Silverlight More... almost 14 years ago
-Fix reading hexadecimal numbers that contain an e More... almost 14 years ago
-Fixed generating generic simple type names -Changed JsonObjectAttribute to be compatible with structs More... almost 14 years ago
-Added DateTimeKindHandling to BsonWriter to control how a DateTime is converted prior to being serialized -Added Required.Always attribute validation when writing JSON as well reading -Added TypeNameHandling.Auto to automatically write the type name when a value doesn't match the declared type -Fixed reading multi-byte strings in BSON More... almost 14 years ago
-Removed HtmlColorConverter to remove System.Drawing.dll dependency -Fixed culture invariance -Fixed serialization attributes to work in .NET 2.0 More... almost 14 years ago
-Fix issue when deserializing string to byte data -Fix converting a JValue to a compatible type -Allow JsonConverterAttribute to be added to interfaces/structs/enums More... almost 14 years ago
-Improved default null and value handing when JSON value is not compatible with property value -Added interfaces, structs and enums as valid targets of JsonConverterAttribute More... almost 14 years ago
-Performance -Add CLSCompliant attributes -Fix BSON string reading bug More... almost 14 years ago
-Improve OverflowException message for integer values larger than an Int64 More... almost 14 years ago
-Fix ReadAsBytes for empty strings -Fix (hopefully) signing merged assemblies More... about 14 years ago