29
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 03, 2025 — Aug 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
-Modified project to support signed flag. Does not output InternalsVisibleTo attributes when present -Improved error message on JObject and JArray Load method -Added WriteRawValue -Added missing XML documentation -Added SerializeObject overload that takes a formatting flag More... almost 18 years ago
-Renamed Identifier to JsonRaw -Added support for reading, writing and serializing raw JSON More... almost 18 years ago
-Added nullable DateTime support to IsoDateTimeConverter and JavaScriptDateTimeConverter -Added WriteValue overloads to JsonWriter for nullable types -Fixed JsonTextWriter.WriteValue(string) to write null instead of an empty string for a null value -Fixed JsonWriter.WriteValue(object) to no longer error on null values More... almost 18 years ago
-Added compact framework support -Refactored JavaScriptConvert to not rely on DateTimeOffset when converting dates -Refactored JsonSerializer to use new CreateInstance on ReflectionUtils -Deleted JsonHandler More... almost 18 years ago
-Added DefaultValueHandling to JsonSerializer. Option to not write default values when serializing object -Added JsonSerializerSettings and overloads to JavaScriptConvert.SerializeObject and JavaScriptConvert.DeserializeObject -Performance improvements More... almost 18 years ago
-Refactor JsonSerializer.GetConverter More... almost 18 years ago
-Fix JsonSerializer.Deserialize to take a TextReader instead of a StringReader More... almost 18 years ago
-Changed serializer to better work with ICollection<T> when deserializing -Improved serializer caching of static type data More... almost 18 years ago
-Changed JavaScriptConvert.DeserializeObject to check for addition content after deserializing object More... almost 18 years ago
-Fix test -Enable XML documentation for Silverlight project More... almost 18 years ago
-Minor text changes -Include new documentation resources in solution More... almost 18 years ago
-Add introduction to help More... almost 18 years ago
-Updated serializing help page -Fixed help generation warnings -Added AsJEnumerable -Changed extension methods to return IJEnumerable where appropriate -Extension methods better handle converting JValues More... almost 18 years ago
-Added IJEnumerable. Changed JEnumerable and JToken to both implement IJEnumerable. -Included missing JsonConverters from Newtonsoft.Json.Silverlight project. More... almost 18 years ago
-Include SilverlightTests.cs More... almost 18 years ago
-Include SilverlightTests.cs in Newtonsoft.Json.Tests.csproj More... almost 18 years ago
-Fixed solution/project issues -Bumped assembly version to 3.0 More... almost 18 years ago
-Split Silverlight projects into a separate solution: Newtonsoft.Json.Silverlight.sln More... almost 18 years ago
-Unicode string encoding test More... almost 18 years ago
-Fix GetFieldsAndProperties so that it returns a distinct list of member names in cases where there are overriden abstract generic properties More... almost 18 years ago
-Added missing XML comments to new members/classes -Fixed culture warnings More... almost 18 years ago
-Added WriteValue(object) to JsonWriter -Added JTokenEqualityComparer -Added additional validation to new IDictionary/ICollection methods on JObject/JArray -Changed JObject so that properties must have a unique name -Changed remaining IConvertible calls to use ToXXX methods instead of casting -Fixed many bugs in new IDictionary/ICollection methods on JObject/JArray -Fixed AddFirst when no existing children More... almost 18 years ago
-Changed IsoDateTimeConverter to use DateTimeFormat when parsing dates -Added Culture to IsoDateTimeConverter More... almost 18 years ago
-Added JsonConverterAttribute. Can be placed on classes and members. Priority is member attribute -> class attribute -> serializer argument converters -Added DateTimeFormat to IsoDateTimeConverter to customize format -Changed IConvertible casting to the ToXXXX methods in JsonSerializer More... about 18 years ago
-Added missing files from Silverlight projects -Fixed JsonWriter depth error when writing current JsonReader position -Fixed JsonSerializer not fulling skipping properties when putting together constructor values -Changed JsonSerializer so that property names and constructor params matching is no longer case sensitive More... about 18 years ago
Work in progress: -Silverlight build projects -JObject now implements IDictionary, JArray now implements IList More... about 18 years ago
-Not correctly resizing internal string buffer when parsing long JSON documents More... about 18 years ago
-Correct page titles More... about 18 years ago
-Numbers that contain e should be treated as doubles More... over 18 years ago
-Fixes to XML documentation -Sandcastle Help File Builder project added -Quickstart guides added More... over 18 years ago